commit | cf2c0fe7408404b17c039f4683bce939210d1989 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Nov 22 20:08:14 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Nov 28 21:23:17 2016 +0800 |
tree | 57ca41a336035a036b7286d71ed99f9e9e70b20c | |
parent | b286d8b1a690667e99a89d22245832b6898c6279 [diff] |
crypto: aes-ce-ccm - Use skcipher walk interface This patch makes use of the new skcipher walk interface instead of the obsolete blkcipher walk interface. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>