Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: arm/aes-neonbs-cbc - Select generic cbc and aes

The algorithm __cbc-aes-neonbs requires a fallback so we need
to select the config options for them or otherwise it will fail
to register on boot-up.

Fixes: 00b99ad2bac2 ("crypto: arm/aes-neonbs - Use generic cbc...")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

+2
+2
arch/arm/crypto/Kconfig
··· 102 102 depends on KERNEL_MODE_NEON 103 103 select CRYPTO_SKCIPHER 104 104 select CRYPTO_LIB_AES 105 + select CRYPTO_AES 106 + select CRYPTO_CBC 105 107 select CRYPTO_SIMD 106 108 help 107 109 Use a faster and more secure NEON based implementation of AES in CBC,