| /freebsd-14.2/sys/dev/glxsb/ |
| H A D | glxsb_hash.c | 91 u_char hash2[HASH_MAX_LEN]; in glxsb_authcompute() local 94 hash2); in glxsb_authcompute() 95 if (timingsafe_bcmp(hash, hash2, ses->ses_mlen) != 0) in glxsb_authcompute() 97 explicit_bzero(hash2, sizeof(hash2)); in glxsb_authcompute()
|
| /freebsd-14.2/sys/geom/bde/ |
| H A D | g_bde_lock.c | 221 u_char hash[16], hash2[16]; in g_bde_decode_lock() local 269 bcopy(p, hash2, sizeof hash2); in g_bde_decode_lock() 270 bzero(p, sizeof hash2); in g_bde_decode_lock() 271 p += sizeof hash2; in g_bde_decode_lock() 281 if (bcmp(hash, hash2, sizeof hash2)) in g_bde_decode_lock()
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/ |
| H A D | block_cloning_cross_enc_dataset.ksh | 115 typeset hash2=$(md5digest "/$DS2/clone") 116 log_must [ "$hash1" = "$hash2" ] 152 typeset hash2=$(md5digest "/$DS1/file") 153 log_must [ "$hash1" = "$hash2" ]
|
| H A D | block_cloning.kshlib | 32 typeset hash2=$(md5digest $2) 34 log_must [ "$hash1" = "$hash2" ]
|
| /freebsd-14.2/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-14.2/sys/contrib/libsodium/test/default/ |
| H A D | Makefile.am | 37 hash2.exp \ 112 hash2.res \ 188 hash2.final \ 259 hash2.nexe \
|
| /freebsd-14.2/lib/libc/db/hash/ |
| H A D | hash_func.c | 47 static u_int32_t hash2(const void *, size_t) __unused; 86 hash2(const void *key, size_t len) in hash2() function
|
| /freebsd-14.2/sys/crypto/via/ |
| H A D | padlock_hash.c | 279 u_char hash[HASH_MAX_LEN], hash2[HASH_MAX_LEN]; in padlock_authcompute() local 307 hash2); in padlock_authcompute() 308 if (timingsafe_bcmp(hash, hash2, ses->ses_mlen) != 0) in padlock_authcompute()
|
| /freebsd-14.2/bin/sh/tests/builtins/ |
| H A D | Makefile | 111 ${PACKAGE}FILES+= hash2.0 hash2.0.stdout
|
| /freebsd-14.2/usr.bin/sort/ |
| H A D | coll.c | 998 unsigned char hash1[MD5_DIGEST_LENGTH], hash2[MD5_DIGEST_LENGTH]; in randomcoll() local 1027 MD5Final(hash2, &ctx2); in randomcoll() 1032 randomcoll_init_hint(kv2, hash2); in randomcoll() 1034 return (memcmp(hash1, hash2, sizeof(hash1))); in randomcoll()
|
| /freebsd-14.2/sys/net/ |
| H A D | if_vlan.c | 491 struct ifvlanhead *hash2; in vlan_growhash() local 510 hash2 = malloc(sizeof(struct ifvlanhead) * n2, M_VLAN, M_WAITOK); in vlan_growhash() 512 CK_SLIST_INIT(&hash2[j]); in vlan_growhash() 517 CK_SLIST_INSERT_HEAD(&hash2[j], ifv, ifv_list); in vlan_growhash() 521 trunk->hash = hash2; in vlan_growhash()
|
| /freebsd-14.2/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-14.2/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()
|