Home
last modified time | relevance | path

Searched refs:out_pat_or_mac (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/crypto/nx/
Dnx-aes-ccm.c272 result = nx_ctx->csbcpb->cpb.aes_ccm.out_pat_or_mac; in generate_pat()
398 csbcpb->cpb.aes_ccm.out_pat_or_mac, AES_BLOCK_SIZE); in ccm_nx_decrypt()
412 rc = crypto_memneq(csbcpb->cpb.aes_ccm.out_pat_or_mac, priv->oauth_tag, in ccm_nx_decrypt()
467 csbcpb->cpb.aes_ccm.out_pat_or_mac, AES_BLOCK_SIZE); in ccm_nx_encrypt()
483 scatterwalk_map_and_copy(csbcpb->cpb.aes_ccm.out_pat_or_mac, in ccm_nx_encrypt()
Dnx-aes-gcm.c237 csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE); in gmac()
306 memcpy(csbcpb->cpb.aes_gcm.out_pat_or_mac, out, in gcm_empty()
394 csbcpb->cpb.aes_gcm.out_pat_or_mac, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()
411 csbcpb->cpb.aes_gcm.out_pat_or_mac, in gcm_aes_nx_crypt()
417 u8 *otag = csbcpb->cpb.aes_gcm.out_pat_or_mac; in gcm_aes_nx_crypt()
Dnx_csbcpb.h35 u8 out_pat_or_mac[16]; member
65 u8 out_pat_or_mac[16]; member