| /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/module/zstd/lib/compress/ |
| H A D | zstd_fast.c | 222 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 D | zstd_fast.c | 221 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 D | block_cloning_cross_enc_dataset.ksh | 104 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 D | block_cloning.kshlib | 22 typeset hash1=$(xxh128digest $1) 25 log_must [ "$hash1" = "$hash2" ]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send-c_volume.ksh | 54 hash1=$(xxh128digest $data1) 68 [[ $hash = $hash1 ]] || log_fail "hash mismatch: $hash != $hash1"
|
| H A D | send-wR_encrypted_zvol.ksh | 101 hash1=$(cat $mntpnt/* | xxh128digest) 103 [[ "$hash1" == "$hash2" ]] || log_fail "hash mismatch: $hash1 != $hash2"
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/ |
| H A D | hash_func.c | 49 static u_int32_t hash1 __P((const void *, size_t)); 69 hash1(const void *key, size_t len)
|
| /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/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 | stm32mp157f-dk2-scmi.dtsi | 59 &hash1 {
|
| H A D | stm32mp153c-lxa-fairytux2.dtsi | 197 &hash1 {
|
| H A D | stm32mp151c-plyaqm.dts | 179 &hash1 {
|
| H A D | stm32mp157c-ed1.dts | 173 &hash1 {
|
| H A D | stm32mp15xc-lxa-tac.dtsi | 231 &hash1 {
|
| H A D | stm32mp157c-emstamp-argon.dtsi | 183 &hash1 {
|
| H A D | stm32mp15xx-dkx.dtsi | 221 &hash1 {
|
| H A D | stm32mp151.dtsi | 1889 hash1: hash@54002000 { label
|
| /freebsd/bin/sh/tests/builtins/ |
| H A D | Makefile | 111 ${PACKAGE}FILES+= hash1.0 hash1.0.stdout
|
| /freebsd/bin/sh/tests/execution/ |
| H A D | Makefile | 29 ${PACKAGE}FILES+= hash1.0
|
| /freebsd/crypto/openssl/crypto/hashtable/ |
| H A D | hashtable.c | 420 static int compare_hash(uint64_t hash1, uint64_t hash2) in compare_hash() argument 422 return (hash1 == hash2); in compare_hash()
|