commit | adcbc688fe2f8107b7f564187593293aa9ea3932 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jun 16 13:54:18 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jun 17 15:35:05 2015 +0800 |
tree | d5a70ad60896f103d1912ed88e18b21bfb200cea | |
parent | 14f34061bc26b9cb72bb1136766f87296ba67314 [diff] |
crypto: gcm - Convert to new AEAD interface This patch converts generic gcm and its associated transforms to the new AEAD interface. The biggest reward is in code reduction for rfc4543 where it used to do IV stitching which is no longer needed as the IV is already part of the AD on input. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>