Home
last modified time | relevance | path

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

/crypto/
A Dauthencesn.c208 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt_tail() local
219 if (crypto_memneq(ihash, ohash, authsize)) in crypto_authenc_esn_decrypt_tail()
254 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt() local
264 scatterwalk_map_and_copy(ihash, req->src, assoclen + cryptlen, in crypto_authenc_esn_decrypt()
A Dauthenc.c217 u8 *ihash = ahreq->result + authsize; in crypto_authenc_decrypt_tail() local
220 scatterwalk_map_and_copy(ihash, req->src, ahreq->nbytes, authsize, 0); in crypto_authenc_decrypt_tail()
222 if (crypto_memneq(ihash, ahreq->result, authsize)) in crypto_authenc_decrypt_tail()

Completed in 7 milliseconds