Home
last modified time | relevance | path

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

/linux-6.15/lib/crypto/
H A Daesgcm.c183 u8 tagbuf[AES_BLOCK_SIZE]; in aesgcm_decrypt() local
188 aesgcm_mac(ctx, src, crypt_len, assoc, assoc_len, ctr, tagbuf); in aesgcm_decrypt()
189 if (crypto_memneq(authtag, tagbuf, ctx->authsize)) { in aesgcm_decrypt()
190 memzero_explicit(tagbuf, sizeof(tagbuf)); in aesgcm_decrypt()
697 u8 tagbuf[AES_BLOCK_SIZE]; in libaesgcm_init() local
718 aesgcm_tv[i].alen, aesgcm_tv[i].iv, tagbuf); in libaesgcm_init()
726 aesgcm_tv[i].alen, aesgcm_tv[i].iv, tagbuf) in libaesgcm_init()