Lines Matching full:gcm
3 * AES GCM routines supporting the Power 7+ Nest Accelerators driver
13 #include <crypto/gcm.h>
67 char *nonce = nx_ctx->priv.gcm.nonce; in gcm4106_aes_nx_set_key()
237 /* Restore GCM mode */ in gmac()
299 * ECB key uses the same region that GCM AAD and counter, so it's safe in gcm_empty()
400 u8 *itag = nx_ctx->priv.gcm.iauth_tag; in gcm_aes_nx_crypt()
442 char *nonce = nx_ctx->priv.gcm.nonce; in gcm4106_aes_nx_encrypt()
459 char *nonce = nx_ctx->priv.gcm.nonce; in gcm4106_aes_nx_decrypt()
472 .cra_name = "gcm(aes)",
473 .cra_driver_name = "gcm-aes-nx",
490 .cra_name = "rfc4106(gcm(aes))",
491 .cra_driver_name = "rfc4106-gcm-aes-nx",