]> asedeno.scripts.mit.edu Git - linux.git/commit
crypto: x86/glue_helper - add skcipher_walk functions
authorEric Biggers <ebiggers@google.com>
Tue, 20 Feb 2018 07:48:00 +0000 (23:48 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 2 Mar 2018 16:03:18 +0000 (00:03 +0800)
commitf15f2a2542839adc45d5f216ddd9a895062707fe
tree1ffbfee14f30bd6a20e51caca9cbb62d75ab9082
parentd14f0a1fc488af563ec3b3767383190d2b331b5e
crypto: x86/glue_helper - add skcipher_walk functions

Add ECB, CBC, and CTR functions to glue_helper which use skcipher_walk
rather than blkcipher_walk.  This will allow converting the remaining
x86 algorithms from the blkcipher interface over to the skcipher
interface, after which we'll be able to remove the blkcipher_walk
versions of these functions.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/glue_helper.c
arch/x86/include/asm/crypto/glue_helper.h