[CRYPTO] gcm: Introduce rfc4106
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 17 Dec 2007 07:33:17 +0000 (15:33 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:56 +0000 (08:16 +1100)
This patch introduces the rfc4106 wrapper for GCM just as we have an
rfc4309 wrapper for CCM.  The purpose of the wrapper is to include part
of the IV in the key so that it can be negotiated by IPsec.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found