Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dmorus640.c470 union morus640_block_in tag_in; in crypto_morus640_decrypt() local
475 scatterwalk_map_and_copy(tag_in.bytes, req->src, in crypto_morus640_decrypt()
478 crypto_morus640_load(&tag, tag_in.bytes); in crypto_morus640_decrypt()
480 crypto_morus640_store(tag_in.bytes, &tag); in crypto_morus640_decrypt()
482 return crypto_memneq(tag_in.bytes, zeros, authsize) ? -EBADMSG : 0; in crypto_morus640_decrypt()
Dmorus1280.c478 union morus1280_block_in tag_in; in crypto_morus1280_decrypt() local
483 scatterwalk_map_and_copy(tag_in.bytes, req->src, in crypto_morus1280_decrypt()
486 crypto_morus1280_load(&tag, tag_in.bytes); in crypto_morus1280_decrypt()
488 crypto_morus1280_store(tag_in.bytes, &tag); in crypto_morus1280_decrypt()
490 return crypto_memneq(tag_in.bytes, zeros, authsize) ? -EBADMSG : 0; in crypto_morus1280_decrypt()