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>
This commit is contained in:
parent
14f34061bc
commit
adcbc688fe
909
crypto/gcm.c
909
crypto/gcm.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue