crypto: gcm - Add RFC4543 wrapper for GCM
authorTobias Brunner <tobias@strongswan.org>
Sun, 17 Jan 2010 10:52:11 +0000 (21:52 +1100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 17 Jan 2010 10:52:11 +0000 (21:52 +1100)
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>

No differences found