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

/linux-master/net/netfilter/ipvs/
H A Dip_vs_sh.c125 unsigned int hash, ihash; local
129 ihash = ip_vs_sh_hashkey(svc->af, addr, port, 0);
130 dest = rcu_dereference(s->buckets[ihash].dest);
140 * starting from ihash to find a new dest
143 roffset = (offset + ihash) % IP_VS_SH_TAB_SIZE;
H A Dip_vs_mh.c251 unsigned int hash, ihash; local
255 ihash = ip_vs_mh_hashkey(svc->af, addr, port,
257 dest = rcu_dereference(s->lookup[ihash].dest);
267 * starting from ihash to find a new dest
270 roffset = (offset + ihash) % IP_VS_MH_TAB_SIZE;
/linux-master/crypto/
H A Dauthencesn.c227 u8 *ihash = ohash + crypto_ahash_digestsize(auth); local
238 if (crypto_memneq(ihash, ohash, authsize))
273 u8 *ihash = ohash + crypto_ahash_digestsize(auth); local
286 scatterwalk_map_and_copy(ihash, req->src, assoclen + cryptlen,
H A Dauthenc.c237 u8 *ihash = ahreq->result + authsize; local
240 scatterwalk_map_and_copy(ihash, req->src, ahreq->nbytes, authsize, 0);
242 if (crypto_memneq(ihash, ahreq->result, authsize))

Completed in 105 milliseconds