Home
last modified time | relevance | path

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

/crypto/
A Dauthencesn.c204 u8 *ohash = areq_ctx->tail; in crypto_authenc_esn_decrypt_tail() local
208 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt_tail()
219 if (crypto_memneq(ihash, ohash, authsize)) in crypto_authenc_esn_decrypt_tail()
251 u8 *ohash = areq_ctx->tail; in crypto_authenc_esn_decrypt() local
254 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt()
279 ahash_request_set_crypt(ahreq, dst, ohash, assoclen + cryptlen); in crypto_authenc_esn_decrypt()

Completed in 4 milliseconds