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

/linux-master/drivers/virt/coco/sev-guest/
H A Dsev-guest.h44 u8 authtag[MAX_AUTHTAG_LEN]; member in struct:snp_guest_msg_hdr
H A Dsev-guest.c43 u8 *iv, *authtag; member in struct:snp_guest_crypto
[all...]
/linux-master/arch/arm64/crypto/
H A Dsm4-ce-gcm-glue.c222 u8 authtag[SM4_BLOCK_SIZE]; local
H A Dsm4-ce-ccm-glue.c246 u8 authtag[SM4_BLOCK_SIZE]; local
/linux-master/lib/crypto/
H A Daesgcm.c89 aesgcm_mac(const struct aesgcm_ctx *ctx, const u8 *src, int src_len, const u8 *assoc, int assoc_len, __be32 *ctr, u8 *authtag) argument
148 aesgcm_encrypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src, int crypt_len, const u8 *assoc, int assoc_len, const u8 iv[GCM_AES_IV_SIZE], u8 *authtag) argument
178 aesgcm_decrypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src, int crypt_len, const u8 *assoc, int assoc_len, const u8 iv[GCM_AES_IV_SIZE], const u8 *authtag) argument
/linux-master/crypto/
H A Dccm.c354 u8 *authtag = pctx->auth_tag; local

Completed in 97 milliseconds