commit | 63293c61133447249d7e5b49d333f68825d30e43 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 21 15:11:08 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri May 22 11:25:54 2015 +0800 |
tree | 5525d14473d05acf8eb38b8f8e0b8f33acec399f | |
parent | 56fcf73a29007aa7bec2e3fc5da2962f3f72d610 [diff] |
crypto: aead - Add support for new AEAD implementations This patch adds the basic structure of the new AEAD type. Unlike the current version, there is no longer any concept of geniv. IV generation will still be carried out by wrappers but they will be normal AEAD algorithms that simply take the IPsec sequence number as the IV. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>