Searched refs:ihash (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/net/netfilter/ipvs/ |
H A D | ip_vs_sh.c | 129 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()
|
/linux-4.4.14/crypto/ |
H A D | authencesn.c | 245 u8 *ihash = ohash + crypto_ahash_digestsize(auth); crypto_authenc_esn_decrypt_tail() local 253 if (crypto_memneq(ihash, ohash, authsize)) crypto_authenc_esn_decrypt_tail() 288 u8 *ihash = ohash + crypto_ahash_digestsize(auth); crypto_authenc_esn_decrypt() local 301 scatterwalk_map_and_copy(ihash, req->src, assoclen + cryptlen, crypto_authenc_esn_decrypt()
|
H A D | authenc.c | 246 u8 *ihash = ahreq->result + authsize; crypto_authenc_decrypt_tail() local 249 scatterwalk_map_and_copy(ihash, req->src, ahreq->nbytes, authsize, 0); crypto_authenc_decrypt_tail() 251 if (crypto_memneq(ihash, ahreq->result, authsize)) crypto_authenc_decrypt_tail()
|
Completed in 124 milliseconds