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 - NEON (Advanced SIMD) extensions
116 SM3 (ShangMi 3) secure hash function (OSCCA GM/T 0004-2012)
119 - ARMv8.2 Crypto Extensions
129 - ARMv8 Crypto Extensions
135 Block ciphers: AES cipher algorithms (FIPS-197)
136 Length-preserving ciphers: AES with ECB, CBC, CTR, CTS,
138 AEAD cipher: AES with CBC, ESSIV, and SHA-256
139 for fscrypt and dm-crypt
149 Block ciphers: AES cipher algorithms (FIPS-197)
152 - ARMv8 Crypto Extensions
160 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
162 - ECB (Electronic Codebook) mode (NIST SP800-38A)
163 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
164 - CTR (Counter) mode (NIST SP800-38A)
165 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
169 - ARMv8 Crypto Extensions
177 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
179 - ECB (Electronic Codebook) mode (NIST SP800-38A)
180 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
181 - CTR (Counter) mode (NIST SP800-38A)
182 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
186 - NEON (Advanced SIMD) extensions
195 Length-preserving ciphers: ChaCha20, XChaCha20, and XChaCha12
199 - NEON (Advanced SIMD) extensions
202 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XCTR/XTS modes (bit-sliced NEON)"
208 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
210 - ECB (Electronic Codebook) mode (NIST SP800-38A)
211 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
212 - CTR (Counter) mode (NIST SP800-38A)
213 - XCTR mode for HCTR2
214 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
218 - bit-sliced algorithm
219 - NEON (Advanced SIMD) extensions
227 Block ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016)
230 - ARMv8.2 Crypto Extensions
231 - NEON (Advanced SIMD) extensions
239 Length-preserving ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016)
241 - ECB (Electronic Codebook) mode (NIST SP800-38A)
242 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
243 - CTR (Counter) mode (NIST SP800-38A)
244 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
248 - ARMv8 Crypto Extensions
249 - NEON (Advanced SIMD) extensions
257 Length-preserving ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016)
259 - ECB (Electronic Codebook) mode (NIST SP800-38A)
260 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
261 - CTR (Counter) mode (NIST SP800-38A)
264 - NEON (Advanced SIMD) extensions
275 AEAD cipher: AES cipher algorithms (FIPS-197) with
276 CCM (Counter with Cipher Block Chaining-Message Authentication Code)
277 authenticated encryption mode (NIST SP800-38C)
280 - ARMv8 Crypto Extensions
281 - NEON (Advanced SIMD) extensions
291 AEAD cipher: SM4 cipher algorithms (OSCCA GB/T 32907-2016) with
292 CCM (Counter with Cipher Block Chaining-Message Authentication Code)
293 authenticated encryption mode (NIST SP800-38C)
296 - ARMv8 Crypto Extensions
297 - NEON (Advanced SIMD) extensions
307 AEAD cipher: SM4 cipher algorithms (OSCCA GB/T 32907-2016) with
308 GCM (Galois/Counter Mode) authenticated encryption mode (NIST SP800-38D)
311 - ARMv8 Crypto Extensions
312 - PMULL (Polynomial Multiply Long) instructions
313 - NEON (Advanced SIMD) extensions
323 - PMULL (Polynomial Multiply Long) instructions