crypto: sparc/des - convert to skcipher API
authorEric Biggers <ebiggers@google.com>
Sat, 12 Oct 2019 04:38:50 +0000 (21:38 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 23 Oct 2019 08:46:57 +0000 (19:46 +1100)
commitcd5d2f8457468df573085f91dd7b37ab8350a9af
tree14b0802f8a2fa3d328591f76ea601745fbd6cf49
parentc72a26ef6b259ccdbaa3f866b404d6ce1312ec30
crypto: sparc/des - convert to skcipher API

Convert the glue code for the SPARC64 DES opcodes implementations of
DES-ECB, DES-CBC, 3DES-ECB, and 3DES-CBC 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/des_glue.c
crypto/Kconfig