diff options
author | Tadeusz Struk <[email protected]> | 2015-06-27 15:56:38 +0900 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2015-06-29 16:06:30 +0800 |
commit | 0fbafd06bdde938884f7326548d3df812b267c3c (patch) | |
tree | 7a3f98164c4064fecf59a9915c42a9e1b536be82 /scripts/gdb/linux | |
parent | 12a4bd3122747eae2941f0be38119affb52c2e12 (diff) |
crypto: aesni - fix failing setkey for rfc4106-gcm-aesni
rfc4106(gcm(aes)) uses ctr(aes) to generate hash key. ctr(aes) needs
chainiv, but the chainiv gets initialized after aesni_intel when both
are statically linked so the setkey fails.
This patch forces aesni_intel to be initialized after chainiv.
Signed-off-by: Tadeusz Struk <[email protected]>
Tested-by: Linus Torvalds <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions