Searched refs:ihash (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/crypto/
H A Dauthencesn.c191 u8 *ihash; authenc_esn_verify_ahash_update_done() local
228 ihash = ahreq->result + authsize; authenc_esn_verify_ahash_update_done()
229 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, authenc_esn_verify_ahash_update_done()
232 err = crypto_memneq(ihash, ahreq->result, authsize) ? -EBADMSG : 0; authenc_esn_verify_ahash_update_done()
252 u8 *ihash; authenc_esn_verify_ahash_update_done2() local
277 ihash = ahreq->result + authsize; authenc_esn_verify_ahash_update_done2()
278 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, authenc_esn_verify_ahash_update_done2()
281 err = crypto_memneq(ihash, ahreq->result, authsize) ? -EBADMSG : 0; authenc_esn_verify_ahash_update_done2()
302 u8 *ihash; authenc_esn_verify_ahash_done() local
317 ihash = ahreq->result + authsize; authenc_esn_verify_ahash_done()
318 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, authenc_esn_verify_ahash_done()
321 err = crypto_memneq(ihash, ahreq->result, authsize) ? -EBADMSG : 0; authenc_esn_verify_ahash_done()
539 u8 *ihash; crypto_authenc_esn_verify() local
550 ihash = ohash + authsize; crypto_authenc_esn_verify()
551 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, crypto_authenc_esn_verify()
553 return crypto_memneq(ihash, ohash, authsize) ? -EBADMSG : 0; crypto_authenc_esn_verify()
H A Dauthenc.c174 u8 *ihash; authenc_verify_ahash_update_done() local
199 ihash = ahreq->result + authsize; authenc_verify_ahash_update_done()
200 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, authenc_verify_ahash_update_done()
203 err = crypto_memneq(ihash, ahreq->result, authsize) ? -EBADMSG : 0; authenc_verify_ahash_update_done()
223 u8 *ihash; authenc_verify_ahash_done() local
238 ihash = ahreq->result + authsize; authenc_verify_ahash_done()
239 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, authenc_verify_ahash_done()
242 err = crypto_memneq(ihash, ahreq->result, authsize) ? -EBADMSG : 0; authenc_verify_ahash_done()
464 u8 *ihash; crypto_authenc_verify() local
475 ihash = ohash + authsize; crypto_authenc_verify()
476 scatterwalk_map_and_copy(ihash, areq_ctx->sg, areq_ctx->cryptlen, crypto_authenc_verify()
478 return crypto_memneq(ihash, ohash, authsize) ? -EBADMSG : 0; crypto_authenc_verify()
/linux-4.1.27/net/netfilter/ipvs/
H A Dip_vs_sh.c129 unsigned int hash, ihash; ip_vs_sh_get_fallback() local
133 ihash = ip_vs_sh_hashkey(svc->af, addr, port, 0); ip_vs_sh_get_fallback()
134 dest = rcu_dereference(s->buckets[ihash].dest); ip_vs_sh_get_fallback()
144 * starting from ihash to find a new dest ip_vs_sh_get_fallback()
147 roffset = (offset + ihash) % IP_VS_SH_TAB_SIZE; ip_vs_sh_get_fallback()

Completed in 76 milliseconds