Lines Matching +full:sha +full:- +full:256
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 - CFB (Cipher Feedback) mode (NIST SP800-38A)
244 - CTR (Counter) mode (NIST SP800-38A)
245 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
249 - ARMv8 Crypto Extensions
250 - NEON (Advanced SIMD) extensions
258 Length-preserving ciphers: SM4 cipher algorithms (OSCCA GB/T 32907-2016)
260 - ECB (Electronic Codebook) mode (NIST SP800-38A)
261 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
262 - CFB (Cipher Feedback) mode (NIST SP800-38A)
263 - CTR (Counter) mode (NIST SP800-38A)
266 - NEON (Advanced SIMD) extensions
276 AEAD cipher: AES cipher algorithms (FIPS-197) with
277 CCM (Counter with Cipher Block Chaining-Message Authentication Code)
278 authenticated encryption mode (NIST SP800-38C)
281 - ARMv8 Crypto Extensions
282 - NEON (Advanced SIMD) extensions
292 AEAD cipher: SM4 cipher algorithms (OSCCA GB/T 32907-2016) with
293 CCM (Counter with Cipher Block Chaining-Message Authentication Code)
294 authenticated encryption mode (NIST SP800-38C)
297 - ARMv8 Crypto Extensions
298 - NEON (Advanced SIMD) extensions
308 AEAD cipher: SM4 cipher algorithms (OSCCA GB/T 32907-2016) with
309 GCM (Galois/Counter Mode) authenticated encryption mode (NIST SP800-38D)
312 - ARMv8 Crypto Extensions
313 - PMULL (Polynomial Multiply Long) instructions
314 - NEON (Advanced SIMD) extensions
324 - PMULL (Polynomial Multiply Long) instructions