diff options
author | Jussi Kivilinna <jussi.kivilinna@iki.fi> | 2013-05-21 18:10:44 +0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2013-05-28 11:43:05 +0400 |
commit | 340991e30ccef7b983cf2814ecea610504f5d059 (patch) | |
tree | f98c4bfe53b59c18b4368133fe9f409e8022f45f /arch/x86/um | |
parent | d329581493802cede83ca672093588f399d02a65 (diff) | |
download | linux-340991e30ccef7b983cf2814ecea610504f5d059.tar.xz |
crypto: sha512_ssse3 - add sha384 support
Add sha384 implementation to sha512_ssse3 module.
This also fixes sha512_ssse3 module autoloading issue when 'sha384' is used
before 'sha512'. Previously in such case, just sha512_generic was loaded and
not sha512_ssse3 (since it did not provide sha384). Now if 'sha512' was used
after 'sha384' usage, sha512_ssse3 would remain unloaded. For example, this
happens with tcrypt testing module since it tests 'sha384' before 'sha512'.
Cc: Tim Chen <tim.c.chen@linux.intel.com>
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/x86/um')
0 files changed, 0 insertions, 0 deletions