summaryrefslogtreecommitdiffstats
path: root/crypto/algapi.c
diff options
context:
space:
mode:
authorHerbert Xu2016-12-29 10:44:15 +0100
committerHerbert Xu2016-12-30 11:20:45 +0100
commit07825f0acd85dd8b7481d5ef0eb024b05364d892 (patch)
treebec3cdf91dfaf22d9b76c316d816545877eccccf /crypto/algapi.c
parentcrypto: testmgr - Use heap buffer for acomp test input (diff)
downloadkernel-qcow2-linux-07825f0acd85dd8b7481d5ef0eb024b05364d892.tar.gz
kernel-qcow2-linux-07825f0acd85dd8b7481d5ef0eb024b05364d892.tar.xz
kernel-qcow2-linux-07825f0acd85dd8b7481d5ef0eb024b05364d892.zip
crypto: aesni - Fix failure when built-in with modular pcbc
If aesni is built-in but pcbc is built as a module, then aesni will fail completely because when it tries to register the pcbc variant of aes the pcbc template is not available. This patch fixes this by modifying the pcbc presence test so that if aesni is built-in then pcbc must also be built-in for it to be used by aesni. Fixes: 85671860caac ("crypto: aesni - Convert to skcipher") Reported-by: Stephan Müller <smueller@chronox.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/algapi.c')
0 files changed, 0 insertions, 0 deletions