Home
last modified time | relevance | path

Searched defs:authtag (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/lib/crypto/
H A Daesgcm.c77 const u8 *assoc, int assoc_len, __be32 *ctr, u8 *authtag) in aesgcm_mac()
137 const u8 iv[GCM_AES_IV_SIZE], u8 *authtag) in aesgcm_encrypt()
168 const u8 *authtag) in aesgcm_decrypt()
/openbmc/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.h44 u8 authtag[MAX_AUTHTAG_LEN]; member
H A Dsev-guest.c39 u8 *iv, *authtag; member
/openbmc/linux/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c222 u8 authtag[SM4_BLOCK_SIZE]; in gcm_decrypt() local
H A Dsm4-ce-ccm-glue.c246 u8 authtag[SM4_BLOCK_SIZE]; in ccm_decrypt() local
/openbmc/linux/crypto/
H A Dccm.c353 u8 *authtag = pctx->auth_tag; in crypto_ccm_decrypt() local