Home
last modified time | relevance | path

Searched defs:ghash (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c73 static void gcm_calculate_auth_mac(struct aead_request *req, u8 ghash[]) in gcm_calculate_auth_mac()
138 u8 ghash[], int err, in gcm_crypt()
141 unsigned int nbytes, u8 *ghash, in gcm_crypt()
/openbmc/linux/lib/crypto/
H A Daesgcm.c64 static void aesgcm_ghash(be128 *ghash, const be128 *key, const void *src, in aesgcm_ghash()
81 be128 ghash = {}; in aesgcm_mac() local
/openbmc/linux/crypto/
H A Dgcm.c24 struct crypto_ahash_spawn ghash; member
29 struct crypto_ahash *ghash; member
96 struct crypto_ahash *ghash = ctx->ghash; in crypto_gcm_setkey() local
525 struct crypto_ahash *ghash; in crypto_gcm_init_tfm() local
583 struct hash_alg_common *ghash; in crypto_gcm_create_common() local
/openbmc/linux/drivers/crypto/
H A Datmel-aes.c134 __be32 ghash[AES_BLOCK_SIZE / sizeof(u32)]; member