Searched refs:ihash (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
D | authencesn.c | 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() [all …]
|
D | authenc.c | 174 u8 *ihash; in authenc_verify_ahash_update_done() local 199 ihash = ahreq->result + authsize; in authenc_verify_ahash_update_done() 200 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, in authenc_verify_ahash_update_done() 203 err = crypto_memneq(ihash, ahreq->result, authsize) ? -EBADMSG : 0; in authenc_verify_ahash_update_done() 223 u8 *ihash; in authenc_verify_ahash_done() local 238 ihash = ahreq->result + authsize; in authenc_verify_ahash_done() 239 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, in authenc_verify_ahash_done() 242 err = crypto_memneq(ihash, ahreq->result, authsize) ? -EBADMSG : 0; in authenc_verify_ahash_done() 464 u8 *ihash; in crypto_authenc_verify() local 475 ihash = ohash + authsize; in crypto_authenc_verify() [all …]
|