Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_sh.c124 unsigned int hash, ihash; in ip_vs_sh_get_fallback()
128 ihash = ip_vs_sh_hashkey(svc->af, addr, port, 0); in ip_vs_sh_get_fallback()
129 dest = rcu_dereference(s->buckets[ihash].dest); in ip_vs_sh_get_fallback()
139 * starting from ihash to find a new dest in ip_vs_sh_get_fallback()
142 roffset = (offset + ihash) % IP_VS_SH_TAB_SIZE; in ip_vs_sh_get_fallback()
125 unsigned int hash, ihash; ip_vs_sh_get_fallback() local
H A Dip_vs_mh.c250 unsigned int hash, ihash; in ip_vs_mh_get_fallback()
254 ihash = ip_vs_mh_hashkey(svc->af, addr, port, in ip_vs_mh_get_fallback()
256 dest = rcu_dereference(s->lookup[ihash].dest); in ip_vs_mh_get_fallback()
266 * starting from ihash to find a new dest in ip_vs_mh_get_fallback()
269 roffset = (offset + ihash) % IP_VS_MH_TAB_SIZE; in ip_vs_mh_get_fallback()
251 unsigned int hash, ihash; ip_vs_mh_get_fallback() local
/linux/crypto/
H A Dauthencesn.c211 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt_tail() local
222 if (crypto_memneq(ihash, ohash, authsize)) in crypto_authenc_esn_decrypt_tail()
257 u8 *ihash = ohash + crypto_ahash_digestsize(auth); in crypto_authenc_esn_decrypt() local
270 scatterwalk_map_and_copy(ihash, req->src, assoclen + cryptlen, in crypto_authenc_esn_decrypt()
H A Dauthenc.c241 u8 *ihash = ahreq->result + authsize; in crypto_authenc_decrypt_tail() local
244 scatterwalk_map_and_copy(ihash, req->src, ahreq->nbytes, authsize, 0); in crypto_authenc_decrypt_tail()
246 if (crypto_memneq(ihash, ahreq->result, authsize)) in crypto_authenc_decrypt_tail()