Lines Matching full:gcm
9 * Added RFC4106 AES-GCM support for 128-bit keys under the AEAD
28 #include <crypto/gcm.h>
836 /* The common part of the x86_64 AES-GCM key struct */
845 /* Key struct used by the AES-NI implementations of AES-GCM */
879 /* Key struct used by the VAES + AVX10 implementations of AES-GCM */
906 * These flags are passed to the AES-GCM helper functions to specify the
907 * specific version of AES-GCM (RFC4106 or not), whether it's encryption or
1178 * This is the setkey function for the x86_64 implementations of AES-GCM. It
1373 * Since the AES-GCM assembly code requires that at least three assembly in gcm_crypt()
1505 .cra_name = "__rfc4106(gcm(aes))", \
1519 "generic-gcm-aesni", "rfc4106-gcm-aesni",
1524 "generic-gcm-aesni-avx", "rfc4106-gcm-aesni-avx",
1530 "generic-gcm-vaes-avx10_256", "rfc4106-gcm-vaes-avx10_256",
1535 "generic-gcm-vaes-avx10_512", "rfc4106-gcm-vaes-avx10_512",