Searched refs:tag_in (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/crypto/ti/ |
| H A D | dthev2-aes.c | 749 u32 tag_in[AES_BLOCK_WORDS]; in dthe_aead_dec_verify_tag() local 759 sg_pcopy_to_buffer(req->src, nents, tag_in, ctx->authsize, in dthe_aead_dec_verify_tag() 762 if (crypto_memneq(tag_in, tag_out, ctx->authsize)) in dthe_aead_dec_verify_tag()
|
| /linux/drivers/crypto/starfive/ |
| H A D | jh7110-aes.c | 316 if (crypto_memneq(cryp->tag_in, cryp->tag_out, cryp->authsize)) in starfive_aes_read_authtag() 661 scatterwalk_map_and_copy(cryp->tag_in, req->src, in starfive_aes_aead_do_one_req()
|