Lines Matching refs:ARM
4 bool "ARM Accelerated Cryptographic Algorithms"
5 depends on ARM
8 implemented using ARM specific CPU features or instructions.
13 tristate "SHA1 digest algorithm (ARM-asm)"
18 using optimized ARM assembler.
21 tristate "SHA1 digest algorithm (ARM NEON)"
28 using optimized ARM NEON assembly, when NEON instructions are
32 tristate "SHA1 digest algorithm (ARM v8 Crypto Extensions)"
41 tristate "SHA-224/256 digest algorithm (ARM v8 Crypto Extensions)"
50 tristate "SHA-224/256 digest algorithm (ARM-asm and NEON)"
55 using optimized ARM assembler and NEON, when available.
58 tristate "SHA-384/512 digest algorithm (ARM-asm and NEON)"
63 using optimized ARM assembler and NEON, when available.
66 tristate "BLAKE2s digest algorithm (ARM)"
69 BLAKE2s digest algorithm optimized with ARM scalar instructions. This
75 tristate "BLAKE2b digest algorithm (ARM NEON)"
79 BLAKE2b digest algorithm optimized with ARM NEON instructions.
80 On ARM processors that have NEON support but not the ARMv8
85 tristate "Scalar AES cipher for ARM"
89 Use optimized AES assembler routines for ARM platforms.
91 On ARM processors without the Crypto Extensions, this is the