Lines Matching +full:sha +full:- +full:1

1 # SPDX-License-Identifier: GPL-2.0
14 - NEON (Advanced SIMD) extensions
23 GCM GHASH function (NIST SP800-38D)
26 - PMULL (Polynomial Multiply Long) instructions
27 - NEON (Advanced SIMD) extensions
28 - ARMv8 Crypto Extensions
43 - NEON (Advanced SIMD) extensions
53 - NEON (Advanced SIMD) extensions
76 - NEON (Advanced SIMD) extensions
81 much faster than the SHA-2 family and slightly faster than
82 SHA-1.
85 tristate "Hash functions: SHA-1"
89 SHA-1 secure hash algorithm (FIPS 180)
94 tristate "Hash functions: SHA-1 (NEON)"
100 SHA-1 secure hash algorithm (FIPS 180)
103 - NEON (Advanced SIMD) extensions
106 tristate "Hash functions: SHA-1 (ARMv8 Crypto Extensions)"
111 SHA-1 secure hash algorithm (FIPS 180)
116 tristate "Hash functions: SHA-224 and SHA-256 (ARMv8 Crypto Extensions)"
121 SHA-224 and SHA-256 secure hash algorithms (FIPS 180)
124 - ARMv8 Crypto Extensions
127 tristate "Hash functions: SHA-224 and SHA-256 (NEON)"
131 SHA-224 and SHA-256 secure hash algorithms (FIPS 180)
134 - NEON (Advanced SIMD) extensions
137 tristate "Hash functions: SHA-384 and SHA-512 (NEON)"
141 SHA-384 and SHA-512 secure hash algorithms (FIPS 180)
144 - NEON (Advanced SIMD) extensions
151 Block ciphers: AES cipher algorithms (FIPS-197)
157 blocks, the NEON bit-sliced implementation is usually faster.
165 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (bit-sliced NEON)"
173 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
175 - ECB (Electronic Codebook) mode (NIST SP800-38A)
176 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
177 - CTR (Counter) mode (NIST SP800-38A)
178 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
181 Bit sliced AES gives around 45% speedup on Cortex-A15 for CTR mode
194 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
196 - ECB (Electronic Codebook) mode (NIST SP800-38A)
197 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
198 - CTR (Counter) mode (NIST SP800-38A)
199 - CTS (Cipher Text Stealing) mode (NIST SP800-38A)
200 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
204 - ARMv8 Crypto Extensions
211 Length-preserving ciphers: ChaCha20, XChaCha20, and XChaCha12
215 - NEON (Advanced SIMD) extensions
227 - CRC and/or PMULL instructions
229 Drivers: crc32-arm-ce and crc32c-arm-ce
240 - PMULL (Polynomial Multiply Long) instructions