Lines Matching +full:aes +full:- +full:gcm
1 # SPDX-License-Identifier: GPL-2.0
6 tristate "Hash functions: SHA3-224 and SHA3-256"
9 SHA3-224 and SHA3-256 secure hash algorithms (FIPS 202)
16 tristate "Hash functions: SHA3-384 and SHA3-512"
19 SHA3-384 and SHA3-512 secure hash algorithms (FIPS 202)
29 GCM GHASH hash function (NIST SP800-38D)
36 tristate "Ciphers: AES, modes: ECB, CBC, CTR, XTS, GCM"
40 Block cipher: AES cipher algorithms (FIPS 197)
41 AEAD cipher: AES with GCM
42 Length-preserving ciphers: AES with ECB, CBC, XTS, and CTR modes
50 for all AES key sizes.
52 As of z196 the CTR mode is hardware accelerated for all AES
62 Block ciphers: DES (FIPS 46-2) cipher algorithm
63 Block ciphers: Triple DES EDE (FIPS 46-3) cipher algorithm
64 Length-preserving ciphers: DES with ECB, CBC, and CTR modes
65 Length-preserving ciphers: Triple DES EDED with ECB, CBC, and CTR modes
73 tristate "Keyed-hash message authentication code: HMAC"