[CRYPTO] authenc: Add givencrypt operation
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 10 Dec 2007 08:20:24 +0000 (16:20 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:50 +0000 (08:16 +1100)
commite56dd56418fcc024683d1638564a494d9e9aab85
treee929dde9fa19510fc5418f9f967733cf9a7dd40f
parent743edf57272fd420348e148bf94f9e48ed6abb70
[CRYPTO] authenc: Add givencrypt operation

This patch implements the givencrypt function for authenc.  It simply
calls the givencrypt operation on the underlying cipher instead of encrypt.

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