Searched full:newhash (Results 1 – 2 of 2) sorted by relevance
872 …U32 const newHash = (U32)ZSTD_hashPtrSalted(base+idx+ZSTD_ROW_HASH_CACHE_SIZE, hashLog + ZSTD_ROW_… in ZSTD_row_nextCachedHash() local873 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()
730 unsigned char newhash[16]; in tcp_v4_send_reset() local817 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()