Searched refs:iauth_tag (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | gcm.c | 66 u8 iauth_tag[16]; member 232 memcpy(pctx->iauth_tag, &lengths, 16); in gcm_hash_len() 233 sg_init_one(&pctx->sg, pctx->iauth_tag, 16); in gcm_hash_len() 236 pctx->iauth_tag, sizeof(lengths)); in gcm_hash_len() 417 crypto_xor(auth_tag, pctx->iauth_tag, 16); in gcm_enc_copy_hash() 470 u8 *iauth_tag = pctx->iauth_tag; in crypto_gcm_verify() local 474 crypto_xor(auth_tag, iauth_tag, 16); in crypto_gcm_verify() 475 scatterwalk_map_and_copy(iauth_tag, req->src, in crypto_gcm_verify() 477 return crypto_memneq(iauth_tag, auth_ta in crypto_gcm_verify() [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | gcm.c | 66 u8 iauth_tag[16]; member 232 memcpy(pctx->iauth_tag, &lengths, 16); in gcm_hash_len() 233 sg_init_one(&pctx->sg, pctx->iauth_tag, 16); in gcm_hash_len() 236 pctx->iauth_tag, sizeof(lengths)); in gcm_hash_len() 415 crypto_xor(auth_tag, pctx->iauth_tag, 16); in gcm_enc_copy_hash() 468 u8 *iauth_tag = pctx->iauth_tag; in crypto_gcm_verify() local 472 crypto_xor(auth_tag, iauth_tag, 16); in crypto_gcm_verify() 473 scatterwalk_map_and_copy(iauth_tag, req->src, in crypto_gcm_verify() 475 return crypto_memneq(iauth_tag, auth_ta in crypto_gcm_verify() [all...] |
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx.h | 91 u8 iauth_tag[16]; member 104 u8 iauth_tag[16]; member
|
H A D | nx-aes-gcm.c | 400 u8 *itag = nx_ctx->priv.gcm.iauth_tag; in gcm_aes_nx_crypt()
|
H A D | nx-aes-ccm.c | 195 b1 = nx_ctx->priv.ccm.iauth_tag; in generate_pat()
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx.h | 91 u8 iauth_tag[16]; member 104 u8 iauth_tag[16]; member
|
H A D | nx-aes-gcm.c | 400 u8 *itag = nx_ctx->priv.gcm.iauth_tag; in gcm_aes_nx_crypt()
|
H A D | nx-aes-ccm.c | 192 b1 = nx_ctx->priv.ccm.iauth_tag; in generate_pat()
|
Completed in 7 milliseconds