Searched refs:hash1 (Results 1 – 18 of 18) sorted by relevance
/freebsd/tests/sys/geom/class/eli/ |
H A D | setkey_test.sh | 19 hash1=`dd if=rnd bs=512 count=${sectors} status=none | md5` 84 atf_check_equal ${hash1} ${hash2} 85 atf_check_equal ${hash1} ${hash3} 86 atf_check_equal ${hash1} ${hash4} 87 atf_check_equal ${hash1} ${hash5} 88 atf_check_equal ${hash1} ${hash6} 109 hash1=`dd if=rnd bs=512 count=${sectors} status=none | md5` 144 atf_check_equal ${hash1} ${hash2} 145 atf_check_equal ${hash1} ${hash3} 146 atf_check_equal ${hash1} ${hash4}
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/ |
H A D | block_cloning_cross_enc_dataset.ksh | 113 typeset hash1=$(xxh128digest "/$DS1/file") 116 log_must [ "$hash1" = "$hash2" ] 147 typeset hash1=$(xxh128digest "/$DS1/.zfs/snapshot/s1/file") 153 log_must [ "$hash1" = "$hash2" ]
|
H A D | block_cloning.kshlib | 31 typeset hash1=$(xxh128digest $1) 34 log_must [ "$hash1" = "$hash2" ]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
H A D | send-c_volume.ksh | 53 hash1=$(xxh128digest $data1) 67 [[ $hash = $hash1 ]] || log_fail "hash mismatch: $hash != $hash1"
|
H A D | send-wR_encrypted_zvol.ksh | 104 hash1=$(cat $mntpnt/* | xxh128digest) 106 [[ "$hash1" == "$hash2" ]] || log_fail "hash mismatch: $hash1 != $hash2"
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_fast.c | 123 size_t hash1; /* hash for ip1 */ in ZSTD_compressBlock_fast_noDict_generic() local 164 hash1 = ZSTD_hashPtr(ip1, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic() 202 idx = hashTable[hash1]; in ZSTD_compressBlock_fast_noDict_generic() 205 hash0 = hash1; in ZSTD_compressBlock_fast_noDict_generic() 206 hash1 = ZSTD_hashPtr(ip2, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic() 231 idx = hashTable[hash1]; in ZSTD_compressBlock_fast_noDict_generic() 234 hash0 = hash1; in ZSTD_compressBlock_fast_noDict_generic() 235 hash1 = ZSTD_hashPtr(ip2, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic() 292 hashTable[hash1] = (U32)(ip1 - base); in ZSTD_compressBlock_fast_noDict_generic()
|
/freebsd/lib/libc/db/hash/ |
H A D | hash_func.c | 43 static u_int32_t hash1(const void *, size_t) __unused; 63 hash1(const void *key, size_t len) in hash1() function
|
/freebsd/bin/sh/tests/builtins/ |
H A D | Makefile | 109 ${PACKAGE}FILES+= hash1.0 hash1.0.stdout
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | stm32mp157a-dk1-scmi.dts | 40 &hash1 {
|
H A D | stm32mp157c-ed1-scmi.dts | 45 &hash1 {
|
H A D | stm32mp157c-dk2-scmi.dts | 46 &hash1 {
|
H A D | stm32mp157c-ev1-scmi.dts | 46 &hash1 {
|
H A D | stm32mp157c-ed1.dts | 148 &hash1 {
|
H A D | stm32mp157c-emstamp-argon.dtsi | 183 &hash1 {
|
H A D | stm32mp15xx-dkx.dtsi | 166 &hash1 {
|
H A D | stm32mp151.dtsi | 1370 hash1: hash@54002000 { label
|
/freebsd/usr.bin/sort/ |
H A D | coll.c | 997 unsigned char hash1[MD5_DIGEST_LENGTH], hash2[MD5_DIGEST_LENGTH]; in randomcoll() local 1025 MD5Final(hash1, &ctx1); in randomcoll() 1029 randomcoll_init_hint(kv1, hash1); in randomcoll() 1033 return (memcmp(hash1, hash2, sizeof(hash1))); in randomcoll()
|
/freebsd/bin/sh/tests/execution/ |
H A D | Makefile | 28 ${PACKAGE}FILES+= hash1.0
|