Lines Matching +full:sha +full:- +full:1
1 # SPDX-License-Identifier: GPL-2.0
13 GCM GHASH function (NIST SP800-38D)
16 - ARMv8 Crypto Extensions
26 - NEON (Advanced SIMD) extensions
37 - NEON (Advanced SIMD) extensions
40 tristate "Hash functions: SHA-1 (ARMv8 Crypto Extensions)"
45 SHA-1 secure hash algorithm (FIPS 180)
48 - ARMv8 Crypto Extensions
51 tristate "Hash functions: SHA-224 and SHA-256"
54 SHA-224 and SHA-256 secure hash algorithms (FIPS 180)
59 tristate "Hash functions: SHA-224 and SHA-256 (ARMv8 Crypto Extensions)"
64 SHA-224 and SHA-256 secure hash algorithms (FIPS 180)
67 - ARMv8 Crypto Extensions
70 tristate "Hash functions: SHA-384 and SHA-512"
73 SHA-384 and SHA-512 secure hash algorithms (FIPS 180)
78 tristate "Hash functions: SHA-384 and SHA-512 (ARMv8 Crypto Extensions)"
83 SHA-384 and SHA-512 secure hash algorithms (FIPS 180)
86 - ARMv8 Crypto Extensions
89 tristate "Hash functions: SHA-3 (ARMv8.2 Crypto Extensions)"
94 SHA-3 secure hash algorithms (FIPS 202)
97 - ARMv8.2 Crypto Extensions
105 SM3 (ShangMi 3) secure hash function (OSCCA GM/T 0004-2012)
108 - ARMv8.2 Crypto Extensions
118 - ARMv8 Crypto Extensions
124 Block ciphers: AES cipher algorithms (FIPS-197)
125 Length-preserving ciphers: AES with ECB, CBC, CTR, CTS,
127 AEAD cipher: AES with CBC, ESSIV, and SHA-256
128 for fscrypt and dm-crypt
138 Block ciphers: AES cipher algorithms (FIPS-197)
141 - ARMv8 Crypto Extensions
149 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
151 - ECB (Electronic Codebook) mode (NIST SP800-38A)
152 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
153 - CTR (Counter) mode (NIST SP800-38A)
154 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
158 - ARMv8 Crypto Extensions
166 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
168 - ECB (Electronic Codebook) mode (NIST SP800-38A)
169 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
170 - CTR (Counter) mode (NIST SP800-38A)
171 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
175 - NEON (Advanced SIMD) extensions
184 Length-preserving ciphers: ChaCha20, XChaCha20, and XChaCha12
188 - NEON (Advanced SIMD) extensions
191 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XCTR/XTS modes (bit-sliced NEON)"
197 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
199 - ECB (Electronic Codebook) mode (NIST SP800-38A)
200 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
201 - CTR (Counter) mode (NIST SP800-38A)
202 - XCTR mode for HCTR2
203 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
207 - bit-sliced algorithm
208 - NEON (Advanced SIMD) extensions
216 Block ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016)
219 - ARMv8.2 Crypto Extensions
220 - NEON (Advanced SIMD) extensions
228 Length-preserving ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016)
230 - ECB (Electronic Codebook) mode (NIST SP800-38A)
231 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
232 - CFB (Cipher Feedback) mode (NIST SP800-38A)
233 - CTR (Counter) mode (NIST SP800-38A)
236 - ARMv8 Crypto Extensions
237 - NEON (Advanced SIMD) extensions
245 Length-preserving ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016)
247 - ECB (Electronic Codebook) mode (NIST SP800-38A)
248 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
249 - CFB (Cipher Feedback) mode (NIST SP800-38A)
250 - CTR (Counter) mode (NIST SP800-38A)
253 - NEON (Advanced SIMD) extensions
263 AEAD cipher: AES cipher algorithms (FIPS-197) with
264 CCM (Counter with Cipher Block Chaining-Message Authentication Code)
265 authenticated encryption mode (NIST SP800-38C)
268 - ARMv8 Crypto Extensions
269 - NEON (Advanced SIMD) extensions
279 - PMULL (Polynomial Multiply Long) instructions