]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: sparc/aes - convert to skcipher API
authorEric Biggers <ebiggers@google.com>
Sat, 12 Oct 2019 04:38:48 +0000 (21:38 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 23 Oct 2019 08:46:57 +0000 (19:46 +1100)
commitc0c3401639a1c2f9efa5409dc1e451114479cd33
tree08e91c4e9f6b7e5a1f02bf3ac4b697472d7b55ef
parent45c0dbd461c97f2b617aee93fa5c4e17ad345550
crypto: sparc/aes - convert to skcipher API

Convert the glue code for the SPARC64 AES opcodes implementations of
AES-ECB, AES-CBC, and AES-CTR from the deprecated "blkcipher" API to the
"skcipher" API.  This is needed in order for the blkcipher API to be
removed.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/sparc/crypto/aes_glue.c
crypto/Kconfig