Lines Matching refs:ihash
191 u8 *ihash; in authenc_esn_verify_ahash_update_done() local
228 ihash = ahreq->result + authsize; in authenc_esn_verify_ahash_update_done()
229 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, in authenc_esn_verify_ahash_update_done()
232 err = crypto_memneq(ihash, ahreq->result, authsize) ? -EBADMSG : 0; in authenc_esn_verify_ahash_update_done()
252 u8 *ihash; in authenc_esn_verify_ahash_update_done2() local
277 ihash = ahreq->result + authsize; in authenc_esn_verify_ahash_update_done2()
278 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, in authenc_esn_verify_ahash_update_done2()
281 err = crypto_memneq(ihash, ahreq->result, authsize) ? -EBADMSG : 0; in authenc_esn_verify_ahash_update_done2()
302 u8 *ihash; in authenc_esn_verify_ahash_done() local
317 ihash = ahreq->result + authsize; in authenc_esn_verify_ahash_done()
318 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, in authenc_esn_verify_ahash_done()
321 err = crypto_memneq(ihash, ahreq->result, authsize) ? -EBADMSG : 0; in authenc_esn_verify_ahash_done()
539 u8 *ihash; in crypto_authenc_esn_verify() local
550 ihash = ohash + authsize; in crypto_authenc_esn_verify()
551 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, in crypto_authenc_esn_verify()
553 return crypto_memneq(ihash, ohash, authsize) ? -EBADMSG : 0; in crypto_authenc_esn_verify()