Eric Biggers f15f2a2542 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>
2018-03-03 00:03:18 +08:00
..
2018-02-06 09:59:40 -08:00
2018-02-10 13:16:35 -08:00
2018-02-11 13:52:32 -08:00
2018-02-07 11:33:08 -08:00
2018-02-10 13:16:35 -08:00
2018-02-06 10:41:33 -08:00