]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: gcm - Convert to new AEAD interface
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 16 Jun 2015 05:54:18 +0000 (13:54 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 17 Jun 2015 07:35:05 +0000 (15:35 +0800)
commitadcbc688fe2f8107b7f564187593293aa9ea3932
treed5a70ad60896f103d1912ed88e18b21bfb200cea
parent14f34061bc26b9cb72bb1136766f87296ba67314
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>
crypto/gcm.c