commit | e56dd56418fcc024683d1638564a494d9e9aab85 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Dec 10 16:20:24 2007 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:50 2008 +1100 |
tree | e929dde9fa19510fc5418f9f967733cf9a7dd40f | |
parent | 743edf57272fd420348e148bf94f9e48ed6abb70 [diff] |
[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>