commit | cd5d2f8457468df573085f91dd7b37ab8350a9af | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Oct 11 21:38:50 2019 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Oct 23 19:46:57 2019 +1100 |
tree | 14b0802f8a2fa3d328591f76ea601745fbd6cf49 | |
parent | c72a26ef6b259ccdbaa3f866b404d6ce1312ec30 [diff] |
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>