Home
last modified time | relevance | path

Searched refs:hash1 (Results 1 – 24 of 24) sorted by relevance

/freebsd/tests/sys/geom/class/eli/
H A Dsetkey_test.sh19 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/module/zstd/lib/compress/
H A Dzstd_fast.c222 size_t hash1; /* hash for ip1 */ in ZSTD_compressBlock_fast_noDict_generic() local
263 hash1 = ZSTD_hashPtr(ip1, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic()
288 hashTable[hash1] = (U32)(ip1 - base); in ZSTD_compressBlock_fast_noDict_generic()
297 hashTable[hash1] = (U32)(ip1 - base); in ZSTD_compressBlock_fast_noDict_generic()
303 matchIdx = hashTable[hash1]; in ZSTD_compressBlock_fast_noDict_generic()
306 hash0 = hash1; in ZSTD_compressBlock_fast_noDict_generic()
307 hash1 = ZSTD_hashPtr(ip2, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic()
324 hashTable[hash1] = (U32)(ip1 - base); in ZSTD_compressBlock_fast_noDict_generic()
330 matchIdx = hashTable[hash1]; in ZSTD_compressBlock_fast_noDict_generic()
333 hash0 = hash1; in ZSTD_compressBlock_fast_noDict_generic()
[all …]
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c221 size_t hash1; /* hash for ip1 */ in ZSTD_compressBlock_fast_noDict_generic() local
262 hash1 = ZSTD_hashPtr(ip1, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic()
287 hashTable[hash1] = (U32)(ip1 - base); in ZSTD_compressBlock_fast_noDict_generic()
296 hashTable[hash1] = (U32)(ip1 - base); in ZSTD_compressBlock_fast_noDict_generic()
302 matchIdx = hashTable[hash1]; in ZSTD_compressBlock_fast_noDict_generic()
305 hash0 = hash1; in ZSTD_compressBlock_fast_noDict_generic()
306 hash1 = ZSTD_hashPtr(ip2, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic()
323 hashTable[hash1] = (U32)(ip1 - base); in ZSTD_compressBlock_fast_noDict_generic()
329 matchIdx = hashTable[hash1]; in ZSTD_compressBlock_fast_noDict_generic()
332 hash0 = hash1; in ZSTD_compressBlock_fast_noDict_generic()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/
H A Dblock_cloning_cross_enc_dataset.ksh104 typeset hash1=$(xxh128digest "/$DS1/file")
107 log_must [ "$hash1" = "$hash2" ]
138 typeset hash1=$(xxh128digest "/$DS1/.zfs/snapshot/s1/file")
144 log_must [ "$hash1" = "$hash2" ]
H A Dblock_cloning.kshlib22 typeset hash1=$(xxh128digest $1)
25 log_must [ "$hash1" = "$hash2" ]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-c_volume.ksh54 hash1=$(xxh128digest $data1)
68 [[ $hash = $hash1 ]] || log_fail "hash mismatch: $hash != $hash1"
H A Dsend-wR_encrypted_zvol.ksh101 hash1=$(cat $mntpnt/* | xxh128digest)
103 [[ "$hash1" == "$hash2" ]] || log_fail "hash mismatch: $hash1 != $hash2"
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dhash_func.c49 static u_int32_t hash1 __P((const void *, size_t));
69 hash1(const void *key, size_t len)
/freebsd/usr.bin/sort/
H A Dcoll.c997 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/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp157a-dk1-scmi.dts40 &hash1 {
H A Dstm32mp157c-ed1-scmi.dts45 &hash1 {
H A Dstm32mp157c-dk2-scmi.dts46 &hash1 {
H A Dstm32mp157c-ev1-scmi.dts46 &hash1 {
H A Dstm32mp157f-dk2-scmi.dtsi59 &hash1 {
H A Dstm32mp153c-lxa-fairytux2.dtsi197 &hash1 {
H A Dstm32mp151c-plyaqm.dts179 &hash1 {
H A Dstm32mp157c-ed1.dts173 &hash1 {
H A Dstm32mp15xc-lxa-tac.dtsi231 &hash1 {
H A Dstm32mp157c-emstamp-argon.dtsi183 &hash1 {
H A Dstm32mp15xx-dkx.dtsi221 &hash1 {
H A Dstm32mp151.dtsi1889 hash1: hash@54002000 { label
/freebsd/bin/sh/tests/builtins/
H A DMakefile111 ${PACKAGE}FILES+= hash1.0 hash1.0.stdout
/freebsd/bin/sh/tests/execution/
H A DMakefile29 ${PACKAGE}FILES+= hash1.0
/freebsd/crypto/openssl/crypto/hashtable/
H A Dhashtable.c420 static int compare_hash(uint64_t hash1, uint64_t hash2) in compare_hash() argument
422 return (hash1 == hash2); in compare_hash()