We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f877987 + f703964 commit fb20da6Copy full SHA for fb20da6
arch/arm/crypto/Kconfig
@@ -98,6 +98,7 @@ config CRYPTO_AES_ARM_CE
98
tristate "Accelerated AES using ARMv8 Crypto Extensions"
99
depends on KERNEL_MODE_NEON
100
select CRYPTO_BLKCIPHER
101
+ select CRYPTO_LIB_AES
102
select CRYPTO_SIMD
103
help
104
Use an implementation of AES in CBC, CTR and XTS modes that uses
arch/arm/crypto/aes-ce-core.S
@@ -9,6 +9,7 @@
9
#include <asm/assembler.h>
10
11
.text
12
+ .arch armv8-a
13
.fpu crypto-neon-fp-armv8
14
.align 3
15
0 commit comments