Searched refs:hash2 (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/dev/glxsb/ |
H A D | glxsb_hash.c | 90 u_char hash2[HASH_MAX_LEN]; in glxsb_authcompute() local 93 hash2); in glxsb_authcompute() 94 if (timingsafe_bcmp(hash, hash2, ses->ses_mlen) != 0) in glxsb_authcompute() 96 explicit_bzero(hash2, sizeof(hash2)); in glxsb_authcompute()
|
/freebsd/sys/geom/bde/ |
H A D | g_bde_lock.c |
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/ |
H A D | block_cloning_cross_enc_dataset.ksh | 115 typeset hash2=$(xxh128digest "/$DS2/clone") 116 log_must [ "$hash1" = "$hash2" ] 152 typeset hash2=$(xxh128digest "/$DS1/file") 153 log_must [ "$hash1" = "$hash2" ]
|
H A D | block_cloning.kshlib | 32 typeset hash2=$(xxh128digest $2) 34 log_must [ "$hash1" = "$hash2" ]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
H A D | send-c_volume.ksh | 54 hash2=$(xxh128digest $data2) 81 [[ $hash = $hash2 ]] || log_fail "hash mismatch: $hash != $hash2"
|
H A D | send-wR_encrypted_zvol.ksh | 105 hash2=$(cat $recvmnt/* | xxh128digest) 106 [[ "$hash1" == "$hash2" ]] || log_fail "hash mismatch: $hash1 != $hash2"
|
/freebsd/tests/sys/geom/class/eli/ |
H A D | setkey_test.sh | 32 hash2=`dd if=/dev/${md}.eli bs=512 count=${sectors} 2>/dev/null | md5` 84 atf_check_equal ${hash1} ${hash2} 120 hash2=`dd if=/dev/${md}.eli bs=512 count=${sectors} 2>/dev/null | md5` 144 atf_check_equal ${hash1} ${hash2}
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | Makefile.am | 36 hash2.exp \ 111 hash2.res \ 187 hash2.final \ 258 hash2.nexe \
|
/freebsd/lib/libc/db/hash/ |
H A D | hash_func.c | 44 static u_int32_t hash2(const void *, size_t) __unused; 83 hash2(const void *key, size_t len) in hash2() function
|
/freebsd/sys/crypto/via/ |
H A D | padlock_hash.c | 278 u_char hash[HASH_MAX_LEN], hash2[HASH_MAX_LEN]; in padlock_authcompute() local 306 hash2); in padlock_authcompute() 307 if (timingsafe_bcmp(hash, hash2, ses->ses_mlen) != 0) in padlock_authcompute()
|
/freebsd/bin/sh/tests/builtins/ |
H A D | Makefile | 110 ${PACKAGE}FILES+= hash2.0 hash2.0.stdout
|
/freebsd/usr.bin/sort/ |
H A D | coll.c | 997 unsigned char hash1[MD5_DIGEST_LENGTH], hash2[MD5_DIGEST_LENGTH]; in randomcoll() local 1026 MD5Final(hash2, &ctx2); in randomcoll() 1031 randomcoll_init_hint(kv2, hash2); in randomcoll() 1033 return (memcmp(hash1, hash2, sizeof(hash1))); in randomcoll()
|
/freebsd/sys/net/ |
H A D | if_vlan.c | 492 struct ifvlanhead *hash2; in vlan_growhash() local 511 hash2 = malloc(sizeof(struct ifvlanhead) * n2, M_VLAN, M_WAITOK); in vlan_growhash() 513 CK_SLIST_INIT(&hash2[j]); in vlan_growhash() 518 CK_SLIST_INSERT_HEAD(&hash2[j], ifv, ifv_list); in vlan_growhash() 522 trunk->hash = hash2; in vlan_growhash()
|
/freebsd/contrib/unbound/validator/ |
H A D | val_secalgo.c | 1385 unsigned char hash2[HASH_LENGTH_MAX*2]; in verify_canonrrset() local 1444 if(prefixlen+hashlen > sizeof(hash2)) { in verify_canonrrset() 1449 sechash.data = hash2; in verify_canonrrset()
|
/freebsd/contrib/unbound/services/ |
H A D | authzone.c | 1845 uint8_t* hash2 = NULL; in zonemd_is_duplicate_scheme_hash() local 1852 &scheme2, &hashalgo2, &hash2, &hashlen2)) { in zonemd_is_duplicate_scheme_hash()
|