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()
234 /* Restore GCM mode */ in gmac()
296 * ECB key uses the same region that GCM AAD and counter, so it's safe in gcm_empty()
396 u8 *itag = nx_ctx->priv.gcm.iauth_tag; in gcm_aes_nx_crypt()
437 char *nonce = nx_ctx->priv.gcm.nonce; in gcm4106_aes_nx_encrypt()
454 char *nonce = nx_ctx->priv.gcm.nonce; in gcm4106_aes_nx_decrypt()
467 .cra_name = "gcm(aes)",
468 .cra_driver_name = "gcm-aes-nx",
485 .cra_name = "rfc4106(gcm(aes))",
486 .cra_driver_name = "rfc4106-gcm-aes-nx",