diff options
author | Eric Biggers <ebiggers@google.com> | 2018-02-19 23:48:00 -0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-03-03 00:03:18 +0800 |
commit | f15f2a2542839adc45d5f216ddd9a895062707fe (patch) | |
tree | 1ffbfee14f30bd6a20e51caca9cbb62d75ab9082 /crypto | |
parent | d14f0a1fc488af563ec3b3767383190d2b331b5e (diff) | |
download | op-kernel-dev-f15f2a2542839adc45d5f216ddd9a895062707fe.zip op-kernel-dev-f15f2a2542839adc45d5f216ddd9a895062707fe.tar.gz |
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>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions