Home
last modified time | relevance | path

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

/openbmc/linux/lib/crypto/
H A Daesgcm.c170 u8 tagbuf[AES_BLOCK_SIZE]; in aesgcm_decrypt() local
175 aesgcm_mac(ctx, src, crypt_len, assoc, assoc_len, ctr, tagbuf); in aesgcm_decrypt()
176 if (crypto_memneq(authtag, tagbuf, ctx->authsize)) { in aesgcm_decrypt()
177 memzero_explicit(tagbuf, sizeof(tagbuf)); in aesgcm_decrypt()
684 u8 tagbuf[AES_BLOCK_SIZE]; in libaesgcm_init() local
705 aesgcm_tv[i].alen, aesgcm_tv[i].iv, tagbuf); in libaesgcm_init()
713 aesgcm_tv[i].alen, aesgcm_tv[i].iv, tagbuf) in libaesgcm_init()