Searched hist:adcbc688 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/crypto/ |
H A D | gcm.c | adcbc688 Tue Jun 16 00:54:18 CDT 2015 Herbert Xu <herbert@gondor.apana.org.au> 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> adcbc688 Tue Jun 16 00:54:18 CDT 2015 Herbert Xu <herbert@gondor.apana.org.au> 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>
|