Home
last modified time | relevance | path

Searched refs:hash2 (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/libsodium/test/default/
H A DMakefile.am37 hash2.exp \
112 hash2.res \
188 hash2.final \
259 hash2.nexe \
/f-stack/freebsd/crypto/via/
H A Dpadlock_hash.c284 u_char hash[HASH_MAX_LEN], hash2[HASH_MAX_LEN]; in padlock_authcompute() local
312 hash2); in padlock_authcompute()
313 if (timingsafe_bcmp(hash, hash2, ses->ses_mlen) != 0) in padlock_authcompute()
/f-stack/dpdk/drivers/compress/octeontx/include/
H A Dzip_regs.h601 uint64_t hash2 : 64; member
603 uint64_t hash2 : 64; member
/f-stack/freebsd/net/
H A Dif_vlan.c441 struct ifvlanhead *hash2; in vlan_growhash() local
460 hash2 = malloc(sizeof(struct ifvlanhead) * n2, M_VLAN, M_WAITOK); in vlan_growhash()
461 if (hash2 == NULL) { in vlan_growhash()
467 CK_SLIST_INIT(&hash2[j]); in vlan_growhash()
472 CK_SLIST_INSERT_HEAD(&hash2[j], ifv, ifv_list); in vlan_growhash()
476 trunk->hash = hash2; in vlan_growhash()