[CRYPTO] gcm: Add support for async ciphers
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 17 Dec 2007 13:42:08 +0000 (21:42 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:42 +0000 (08:16 +1100)
commit84c911523020a2e39b307a2da26ee1886b7214fe
tree49ff26b7da1bce6672c8bc2b0810115df9f8d8c7
parent5311f248b7764ba8b59e6d477355f766e5609686
[CRYPTO] gcm: Add support for async ciphers

This patch adds the necessary changes for GCM to be used with async
ciphers.  This would allow it to be used with hardware devices that
support CTR.

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