commit | b286d8b1a690667e99a89d22245832b6898c6279 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Nov 22 20:08:12 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Nov 28 21:23:17 2016 +0800 |
tree | 45122c84a2ef38a1f2010db2a63a6823f796166b | |
parent | 7cf31864e60f7f6ee6ad2e3ea1f3bae8844c0380 [diff] |
crypto: skcipher - Add skcipher walk interface This patch adds the skcipher walk interface which replaces both blkcipher walk and ablkcipher walk. Just like blkcipher walk it can also be used for AEAD algorithms. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>