Lines Matching full:gcm
9 * Added RFC4106 AES-GCM support for 128-bit keys under the AEAD
27 #include <crypto/gcm.h>
851 /* The common part of the x86_64 AES-GCM key struct */
860 /* Key struct used by the AES-NI implementations of AES-GCM */
894 /* Key struct used by the VAES + AVX10 implementations of AES-GCM */
921 * These flags are passed to the AES-GCM helper functions to specify the
922 * specific version of AES-GCM (RFC4106 or not), whether it's encryption or
1193 * This is the setkey function for the x86_64 implementations of AES-GCM. It
1387 * Since the AES-GCM assembly code requires that at least three assembly in gcm_crypt()
1519 .cra_name = "__rfc4106(gcm(aes))", \
1533 "generic-gcm-aesni", "rfc4106-gcm-aesni",
1538 "generic-gcm-aesni-avx", "rfc4106-gcm-aesni-avx",
1544 "generic-gcm-vaes-avx10_256", "rfc4106-gcm-vaes-avx10_256",
1549 "generic-gcm-vaes-avx10_512", "rfc4106-gcm-vaes-avx10_512",