1
0
Fork 0

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>
steinar/wifi_calib_4_9_kernel
Herbert Xu 2015-06-16 13:54:18 +08:00
parent 14f34061bc
commit adcbc688fe
1 changed files with 375 additions and 534 deletions

File diff suppressed because it is too large Load Diff