Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dauthencesn.c191 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 …]
Dauthenc.c174 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 …]
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_sh.c129 unsigned int hash, ihash; in ip_vs_sh_get_fallback() local
133 ihash = ip_vs_sh_hashkey(svc->af, addr, port, 0); in ip_vs_sh_get_fallback()
134 dest = rcu_dereference(s->buckets[ihash].dest); in ip_vs_sh_get_fallback()
147 roffset = (offset + ihash) % IP_VS_SH_TAB_SIZE; in ip_vs_sh_get_fallback()