Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Daesgcm.c182 u8 tagbuf[AES_BLOCK_SIZE]; in aesgcm_decrypt() local
187 aesgcm_mac(ctx, src, crypt_len, assoc, assoc_len, ctr, tagbuf); in aesgcm_decrypt()
188 if (crypto_memneq(authtag, tagbuf, ctx->authsize)) { in aesgcm_decrypt()
189 memzero_explicit(tagbuf, sizeof(tagbuf)); in aesgcm_decrypt()
696 u8 tagbuf[AES_BLOCK_SIZE]; in libaesgcm_init() local
717 aesgcm_tv[i].alen, aesgcm_tv[i].iv, tagbuf); in libaesgcm_init()
725 aesgcm_tv[i].alen, aesgcm_tv[i].iv, tagbuf) in libaesgcm_init()