commit | 71b311d6108ecc69bf6034e03cb6bdf09335dd2c | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon May 11 17:48:06 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed May 13 10:31:43 2015 +0800 |
tree | 53a16b54ce4cdc13d32369ec64f0657c11995ff0 | |
parent | a5a2b4da012d3ed92476b169a66e17507abe1a48 [diff] |
crypto: ixp4xx - Use crypto_aead_set_reqsize helper This patch uses the crypto_aead_set_reqsize helper to avoid directly touching the internals of aead. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>