Home
last modified time | relevance | path

Searched refs:hash3 (Results 1 – 7 of 7) sorted by relevance

/freebsd/tests/sys/geom/class/eli/
H A Dsetkey_test.sh45 hash3=`dd if=/dev/${md}.eli bs=512 count=${sectors} 2>/dev/null | md5`
85 atf_check_equal ${hash1} ${hash3}
133 hash3=`dd if=/dev/${md}.eli bs=512 count=${sectors} 2>/dev/null | md5`
145 atf_check_equal ${hash1} ${hash3}
/freebsd/sys/contrib/libsodium/test/default/
H A DMakefile.am37 hash3.exp \
112 hash3.res \
188 hash3.final \
259 hash3.nexe \
/freebsd/lib/libc/db/hash/
H A Dhash_func.c45 static u_int32_t hash3(const void *, size_t) __unused;
109 hash3(const void *key, size_t len) in hash3() function
/freebsd/bin/sh/tests/builtins/
H A DMakefile111 ${PACKAGE}FILES+= hash3.0 hash3.0.stdout
/freebsd/sys/contrib/libsodium/
H A D.gitignore114 test/default/hash3
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c350 size_t const hash3 = ZSTD_hash3Ptr(ip, hashLog3); in ZSTD_insertAndFindFirstIndexHash3() local
359 return hashTable3[hash3]; in ZSTD_insertAndFindFirstIndexHash3()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c391 size_t const hash3 = ZSTD_hash3Ptr(ip, hashLog3); in ZSTD_insertAndFindFirstIndexHash3() local
400 return hashTable3[hash3]; in ZSTD_insertAndFindFirstIndexHash3()