Home
last modified time | relevance | path

Searched full:hash1 (Results 1 – 25 of 27) sorted by relevance

12

/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/tests/zfs-tests/tests/functional/block_cloning/
H A Dblock_cloning_cross_enc_dataset.ksh113 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 Dblock_cloning.kshlib31 typeset hash1=$(xxh128digest $1)
34 log_must [ "$hash1" = "$hash2" ]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-c_volume.ksh53 hash1=$(xxh128digest $data1)
67 [[ $hash = $hash1 ]] || log_fail "hash mismatch: $hash != $hash1"
H A Dsend-wR_encrypted_zvol.ksh104 hash1=$(cat $mntpnt/* | xxh128digest)
106 [[ "$hash1" == "$hash2" ]] || log_fail "hash mismatch: $hash1 != $hash2"
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c123 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 Dhash_func.c43 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 Dst,stm32-hash.yaml83 clocks = <&rcc HASH1>;
/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 Dstm32mp157c-ed1.dts148 &hash1 {
H A Dstm32mp157c-emstamp-argon.dtsi183 &hash1 {
H A Dstm32mp15xx-dkx.dtsi166 &hash1 {
/freebsd/contrib/wpa/src/wps/
H A Dwps_enrollee.c53 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 Dwps_module_tests.c108 /* R-Hash1 */
116 /* E-Hash1 */
H A Dwps_attr_parse.c325 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 Dwps_registrar.c1472 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 DMakefile109 ${PACKAGE}FILES+= hash1.0 hash1.0.stdout
/freebsd/bin/sh/tests/execution/
H A DMakefile28 ${PACKAGE}FILES+= hash1.0
/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/include/dt-bindings/clock/
H A Dstm32mp13-clks.h95 #define HASH1 67 macro
H A Dstm32mp1-clks.h110 #define HASH1 97 macro
/freebsd/sbin/ipf/libipf/
H A Dprintnatfield.c28 { "hash1", 16 },

12