Skip to content

Commit

Permalink
crypto: gcm - Convert to new AEAD interface
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
herbertx committed Jun 17, 2015
1 parent 14f3406 commit adcbc68
Showing 1 changed file with 373 additions and 532 deletions.
Loading

0 comments on commit adcbc68

Please sign in to comment.