Lines Matching +full:armv8 +full:- +full:based

1 # SPDX-License-Identifier: GPL-2.0
6 tristate "Hash functions: GHASH (PMULL/NEON/ARMv8 Crypto Extensions)"
14 GCM GHASH function (NIST SP800-38D)
17 - PMULL (Polynomial Multiply Long) instructions
18 - NEON (Advanced SIMD) extensions
19 - ARMv8 Crypto Extensions
23 that is part of the ARMv8 Crypto Extensions, or a slower variant that
34 - NEON (Advanced SIMD) extensions
44 - NEON (Advanced SIMD) extensions
47 On ARM processors that have NEON support but not the ARMv8
49 much faster than the SHA-2 family and slightly faster than
50 SHA-1.
57 Block ciphers: AES cipher algorithms (FIPS-197)
63 blocks, the NEON bit-sliced implementation is usually faster.
71 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (bit-sliced NEON)"
77 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
79 - ECB (Electronic Codebook) mode (NIST SP800-38A)
80 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
81 - CTR (Counter) mode (NIST SP800-38A)
82 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
85 Bit sliced AES gives around 45% speedup on Cortex-A15 for CTR mode
92 cases table-based code with some countermeasures against cache timing
99 tristate "Ciphers: AES, modes: ECB/CBC/CTS/CTR/XTS (ARMv8 Crypto Extensions)"
104 Length-preserving ciphers: AES cipher algorithms (FIPS-197)
106 - ECB (Electronic Codebook) mode (NIST SP800-38A)
107 - CBC (Cipher Block Chaining) mode (NIST SP800-38A)
108 - CTR (Counter) mode (NIST SP800-38A)
109 - CTS (Cipher Text Stealing) mode (NIST SP800-38A)
110 - XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
114 - ARMv8 Crypto Extensions