commit | 73c89c15b959adf06366722c4be8d2eddec0a529 | [log] [tgz] |
---|---|---|
author | Tobias Brunner <tobias@strongswan.org> | Sun Jan 17 21:52:11 2010 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sun Jan 17 21:52:11 2010 +1100 |
tree | 91c0d936c49607fbae703e4c7331e39896004d28 | |
parent | faad98f29606d9d3c6bddae7c88693be37d2fb43 [diff] |
crypto: gcm - Add RFC4543 wrapper for GCM This patch adds the RFC4543 (GMAC) wrapper for GCM similar to the existing RFC4106 wrapper. The main differences between GCM and GMAC are the contents of the AAD and that the plaintext is empty for the latter. Signed-off-by: Tobias Brunner <tobias@strongswan.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>