commit | 9d03aee125d73908ddbe9c1b96338c9b69e1abc0 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed May 27 14:37:34 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 28 11:23:18 2015 +0800 |
tree | 10a99478e53ccebdb11e9fecfa9b4646aa4a9122 | |
parent | d97de47ca1d160acdf29f0b4eadf2ae831bd5254 [diff] |
crypto: echainiv - Fix IV size in context size calculation This patch fixes a bug in the context size calculation where we were still referring to the old cra_aead. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>