OSDN Git Service

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)
commit64db5e7439fb582e394ea413822bd1a43a47bc55
tree08e91c4e9f6b7e5a1f02bf3ac4b697472d7b55ef
parentfcf801cc551a05a439f819d91b5f853a49c8d243
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