Searched defs:authtag (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sm4-ce-gcm-glue.c | 222 u8 authtag[SM4_BLOCK_SIZE]; in gcm_decrypt() local
|
H A D | sm4-ce-ccm-glue.c | 246 u8 authtag[SM4_BLOCK_SIZE]; in ccm_decrypt() local
|
/kernel/linux/linux-6.6/drivers/virt/coco/sev-guest/ |
H A D | sev-guest.h | 44 u8 authtag[MAX_AUTHTAG_LEN]; member
|
H A D | sev-guest.c | 39 u8 *iv, *authtag; member [all...] |
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | aesgcm.c | 76 aesgcm_mac(const struct aesgcm_ctx *ctx, const u8 *src, int src_len, const u8 *assoc, int assoc_len, __be32 *ctr, u8 *authtag) aesgcm_mac() argument 135 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) aesgcm_encrypt() argument 165 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) aesgcm_decrypt() argument
|
/kernel/linux/linux-5.10/crypto/ |
H A D | ccm.c | 353 u8 *authtag = pctx->auth_tag; in crypto_ccm_decrypt() local
|
/kernel/linux/linux-6.6/crypto/ |
H A D | ccm.c | 353 u8 *authtag = pctx->auth_tag; in crypto_ccm_decrypt() local
|
Completed in 7 milliseconds