/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/sys/contrib/device-tree/Bindings/crypto/ |
H A D | st,stm32-hash.yaml | 83 clocks = <&rcc HASH1>;
|
/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 {
|
/freebsd/contrib/wpa/src/wps/ |
H A D | wps_enrollee.c | 53 wpa_printf(MSG_DEBUG, "WPS: * E-Hash1"); in wps_build_e_hash() 57 /* E-Hash1 = HMAC_AuthKey(E-S1 || PSK1 || PK_E || PK_R) */ in wps_build_e_hash() 67 wpa_hexdump(MSG_DEBUG, "WPS: E-Hash1", hash, SHA256_MAC_LEN); in wps_build_e_hash() 599 wpa_printf(MSG_DEBUG, "WPS: No R-Hash1 received"); in wps_process_r_hash1() 604 wpa_hexdump(MSG_DEBUG, "WPS: R-Hash1", wps->peer_hash1, WPS_HASH_LEN); in wps_process_r_hash1() 638 /* R-Hash1 = HMAC_AuthKey(R-S1 || PSK1 || PK_E || PK_R) */ in wps_process_r_snonce1() 650 wpa_printf(MSG_DEBUG, "WPS: R-Hash1 derived from R-S1 does " in wps_process_r_snonce1()
|
H A D | wps_module_tests.c | 108 /* R-Hash1 */ 116 /* E-Hash1 */
|
H A D | wps_attr_parse.c | 325 wpa_printf(MSG_DEBUG, "WPS: Invalid R-Hash1 length %u", in wps_set_attr() 341 wpa_printf(MSG_DEBUG, "WPS: Invalid E-Hash1 length %u", in wps_set_attr()
|
H A D | wps_registrar.c | 1472 wpa_printf(MSG_DEBUG, "WPS: * R-Hash1"); in wps_build_r_hash() 1476 /* R-Hash1 = HMAC_AuthKey(R-S1 || PSK1 || PK_E || PK_R) */ in wps_build_r_hash() 1486 wpa_hexdump(MSG_DEBUG, "WPS: R-Hash1", hash, SHA256_MAC_LEN); in wps_build_r_hash() 2260 wpa_printf(MSG_DEBUG, "WPS: No E-Hash1 received"); in wps_process_e_hash1() 2265 wpa_hexdump(MSG_DEBUG, "WPS: E-Hash1", wps->peer_hash1, WPS_HASH_LEN); in wps_process_e_hash1() 2299 /* E-Hash1 = HMAC_AuthKey(E-S1 || PSK1 || PK_E || PK_R) */ in wps_process_e_snonce1() 2311 wpa_printf(MSG_DEBUG, "WPS: E-Hash1 derived from E-S1 does " in wps_process_e_snonce1()
|
/freebsd/bin/sh/tests/builtins/ |
H A D | Makefile | 109 ${PACKAGE}FILES+= hash1.0 hash1.0.stdout
|
/freebsd/bin/sh/tests/execution/ |
H A D | Makefile | 28 ${PACKAGE}FILES+= hash1.0
|
/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/include/dt-bindings/clock/ |
H A D | stm32mp13-clks.h | 95 #define HASH1 67 macro
|
H A D | stm32mp1-clks.h | 110 #define HASH1 97 macro
|
/freebsd/sbin/ipf/libipf/ |
H A D | printnatfield.c | 28 { "hash1", 16 },
|