Lines Matching +full:64 +full:- +full:bit

1 # SPDX-License-Identifier: GPL-2.0
6 tristate "Ciphers: AES, modes: ECB, CBC, CTS, CTR, XCTR, XTS, GCM (AES-NI/VAES)"
15 Length-preserving ciphers: AES with ECB, CBC, CTS, CTR, XCTR, XTS
17 Architecture: x86 (32-bit and 64-bit) using:
18 - AES-NI (AES new instructions)
19 - VAES (Vector AES)
21 Some algorithm implementations are supported only in 64-bit builds,
26 depends on 64BIT
32 Length-preserving ciphers: Blowfish with ECB and CBC modes
38 depends on 64BIT
43 Length-preserving ciphers: Camellia with ECB and CBC modes
48 tristate "Ciphers: Camellia with modes: ECB, CBC (AES-NI/AVX)"
49 depends on 64BIT
54 Length-preserving ciphers: Camellia with ECB and CBC modes
57 - AES-NI (AES New Instructions)
58 - AVX (Advanced Vector Extensions)
61 tristate "Ciphers: Camellia with modes: ECB, CBC (AES-NI/AVX2)"
62 depends on 64BIT
65 Length-preserving ciphers: Camellia with ECB and CBC modes
68 - AES-NI (AES New Instructions)
69 - AVX2 (Advanced Vector Extensions 2)
73 depends on 64BIT
79 Length-preserving ciphers: CAST5 (CAST-128) cipher algorithm
83 - AVX (Advanced Vector Extensions)
89 depends on 64BIT
96 Length-preserving ciphers: CAST6 (CAST-256) cipher algorithm
100 - AVX (Advanced Vector Extensions)
106 depends on 64BIT
111 Block cipher: Triple DES EDE (FIPS 46-3) cipher algorithm
112 Length-preserving ciphers: Triple DES EDE with ECB and CBC modes
120 depends on 64BIT
125 Length-preserving ciphers: Serpent cipher algorithm
129 - SSE2 (Streaming SIMD Extensions 2)
134 tristate "Ciphers: Serpent with modes: ECB, CBC (32-bit with SSE2)"
135 depends on !64BIT
140 Length-preserving ciphers: Serpent cipher algorithm
143 Architecture: x86 (32-bit) using:
144 - SSE2 (Streaming SIMD Extensions 2)
150 depends on 64BIT
156 Length-preserving ciphers: Serpent cipher algorithm
160 - AVX (Advanced Vector Extensions)
166 depends on 64BIT
169 Length-preserving ciphers: Serpent cipher algorithm
173 - AVX2 (Advanced Vector Extensions 2)
178 tristate "Ciphers: SM4 with modes: ECB, CBC, CTR (AES-NI/AVX)"
179 depends on 64BIT
184 Length-preserving ciphers: SM4 cipher algorithms
185 (OSCCA GB/T 32907-2016) with ECB, CBC, and CTR modes
188 - AES-NI (AES New Instructions)
189 - AVX (Advanced Vector Extensions)
192 we can use the AES S-Box to simulate the SM4 S-Box to achieve the
198 tristate "Ciphers: SM4 with modes: ECB, CBC, CTR (AES-NI/AVX2)"
199 depends on 64BIT
205 Length-preserving ciphers: SM4 cipher algorithms
206 (OSCCA GB/T 32907-2016) with ECB, CBC, and CTR modes
209 - AES-NI (AES New Instructions)
210 - AVX2 (Advanced Vector Extensions 2)
213 we can use the AES S-Box to simulate the SM4 S-Box to achieve the
219 tristate "Ciphers: Twofish (32-bit)"
220 depends on !64BIT
227 Architecture: x86 (32-bit)
231 depends on 64BIT
241 tristate "Ciphers: Twofish with modes: ECB, CBC (3-way parallel)"
242 depends on 64BIT
247 Length-preserving cipher: Twofish cipher algorithm
253 out-of-order CPUs.
257 depends on 64BIT
264 Length-preserving cipher: Twofish cipher algorithm
268 - AVX (Advanced Vector Extensions)
273 tristate "Ciphers: ARIA with modes: ECB, CTR (AES-NI/AVX/GFNI)"
274 depends on 64BIT
279 Length-preserving cipher: ARIA cipher algorithms
283 - AES-NI (AES New Instructions)
284 - AVX (Advanced Vector Extensions)
285 - GFNI (Galois Field New Instructions)
290 tristate "Ciphers: ARIA with modes: ECB, CTR (AES-NI/AVX2/GFNI)"
291 depends on 64BIT
297 Length-preserving cipher: ARIA cipher algorithms
301 - AES-NI (AES New Instructions)
302 - AVX2 (Advanced Vector Extensions)
303 - GFNI (Galois Field New Instructions)
309 depends on 64BIT && AS_GFNI
316 Length-preserving cipher: ARIA cipher algorithms
320 - AVX512 (Advanced Vector Extensions)
321 - GFNI (Galois Field New Instructions)
323 Processes 64 blocks in parallel.
326 tristate "AEAD ciphers: AEGIS-128 (AES-NI/SSE4.1)"
327 depends on 64BIT
330 AEGIS-128 AEAD algorithm
333 - AES-NI (AES New Instructions)
334 - SSE4.1 (Streaming SIMD Extensions 4.1)
338 depends on 64BIT
344 - SSE2 (Streaming SIMD Extensions 2)
348 depends on 64BIT
354 - AVX2 (Advanced Vector Extensions 2)
357 tristate "Hash functions: POLYVAL (CLMUL-NI)"
358 depends on 64BIT
364 - CLMUL-NI (carry-less multiplication new instructions)
368 depends on 64BIT
372 SM3 secure hash function as defined by OSCCA GM/T 0004-2012 SM3
375 - AVX (Advanced Vector Extensions)
380 tristate "Hash functions: GHASH (CLMUL-NI)"
381 depends on 64BIT
384 GCM GHASH hash function (NIST SP800-38D)
387 - CLMUL-NI (carry-less multiplication new instructions)