commit | f15f2a2542839adc45d5f216ddd9a895062707fe | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Mon Feb 19 23:48:00 2018 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Mar 03 00:03:18 2018 +0800 |
tree | 1ffbfee14f30bd6a20e51caca9cbb62d75ab9082 | |
parent | d14f0a1fc488af563ec3b3767383190d2b331b5e [diff] |
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>