Searched full:newhash (Results 1 – 5 of 5) sorted by relevance
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 1021 unsigned char newhash[16]; in tcp_v6_send_reset() 1080 tcp_v6_md5_hash_skb(newhash, key.md5_key, NULL, skb); in tcp_v6_send_reset() 1081 if (crypto_memneq(md5_hash_location, newhash, 16)) in tcp_v6_send_reset() 1006 unsigned char newhash[16]; tcp_v6_send_reset() local
|
| /linux/lib/zstd/compress/ |
| H A D | zstd_lazy.c | 872 …U32 const newHash = (U32)ZSTD_hashPtrSalted(base+idx+ZSTD_ROW_HASH_CACHE_SIZE, hashLog + ZSTD_ROW_… in ZSTD_row_nextCachedHash() local 873 U32 const row = (newHash >> ZSTD_ROW_HASH_TAG_BITS) << rowLog; in ZSTD_row_nextCachedHash() 876 cache[idx & ZSTD_ROW_HASH_CACHE_MASK] = newHash; in ZSTD_row_nextCachedHash()
|
| /linux/net/ipv4/ |
| H A D | tcp_ipv4.c | 730 unsigned char newhash[16]; in tcp_v4_send_reset() local 817 tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_v4_send_reset() 818 if (crypto_memneq(md5_hash_location, newhash, 16)) in tcp_v4_send_reset()
|
| H A D | udp.c | 2229 void udp_lib_rehash(struct sock *sk, u16 newhash, u16 newhash4) in udp_lib_rehash() argument 2239 nhslot2 = udp_hashslot2(udptable, newhash); in udp_lib_rehash() 2291 udp_sk(sk)->udp_portaddr_hash = newhash; in udp_lib_rehash()
|
| H A D | tcp.c | 4924 u8 newhash[16]; in tcp_inbound_md5_hash() 4938 tcp_v4_md5_hash_skb(newhash, key, NULL, skb); in tcp_inbound_md5_hash() 4940 tp->af_specific->calc_md5_hash(newhash, key, NULL, skb); in tcp_inbound_md5_hash() 4941 if (crypto_memneq(hash_location, newhash, 16)) { in tcp_inbound_md5_hash() 4927 u8 newhash[16]; tcp_inbound_md5_hash() local
|