commit | 4427b1b4ec111622071ec872c94594e05635c6e9 | [log] [tgz] |
---|---|---|
author | Kim Phillips <kim.phillips@freescale.com> | Sat May 14 22:08:17 2011 -0500 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 19 14:38:00 2011 +1000 |
tree | 7dc473bef53f78ea754260081f0de110e899d4e9 | |
parent | 66664487b137d71fd43667ac2a6a90970a040eb7 [diff] |
crypto: caam - add support for sha512 variants of existing AEAD algorithms In doing so, sha512 sized keys would not fit with the current descriptor inlining mechanism, so we now calculate whether keys should be referenced instead by pointers in the shared descriptor. also, use symbols for descriptor text lengths, and, ahem, unmap and free key i/o memory in cra_exit. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>