Home
last modified time | relevance | path

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

/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() argument
133 u8 ghash[], int err, in gcm_crypt() argument
136 unsigned int nbytes, u8 *ghash, in gcm_crypt() argument
[all...]
/linux/lib/crypto/
H A Daesgcm.c63 static void aesgcm_ghash(be128 *ghash, const be128 *key, const void *src, in aesgcm_ghash() argument
93 be128 ghash = {}; in aesgcm_mac() local
[all...]
/linux/crypto/
H A Dgcm.c23 struct crypto_ahash_spawn ghash; member
28 struct crypto_ahash *ghash; member
92 struct crypto_ahash *ghash = ctx->ghash; in crypto_gcm_setkey() local
521 struct crypto_ahash *ghash; in crypto_gcm_init_tfm() local
579 struct hash_alg_common *ghash; crypto_gcm_create_common() local
[all...]
/linux/drivers/crypto/
H A Datmel-aes.c122 __be32 ghash[AES_BLOCK_SIZE / sizeof(u32)]; member