Searched refs:hashkey (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | mandoc_xr.c | 60 offsetof(struct mandoc_xr, hashkey)); in mandoc_xr_reset() 82 xr->sec = xr->hashkey; in mandoc_xr_add() 83 xr->name = xr->hashkey + ssz; in mandoc_xr_add() 90 pend = xr->hashkey + tsz; in mandoc_xr_add() 91 hv = ohash_interval(xr->hashkey, &pend); in mandoc_xr_add() 92 slot = ohash_lookup_memory(xr_hash, xr->hashkey, tsz, hv); in mandoc_xr_add()
|
H A D | mandoc_xr.h | 25 char hashkey[]; member
|
/freebsd/libexec/revnetgroup/ |
H A D | hash.c | 101 hashkey(char *key) in hashkey() function 115 cur = table[hashkey(key)]; in lookup() 149 i = hashkey(key); in store() 179 i = hashkey(key); in mstore()
|
/freebsd/libexec/mknetid/ |
H A D | hash.c | 100 u_int32_t hashkey(char *key) in hashkey() function 113 cur = table[hashkey(key)]; in lookup() 135 i = hashkey(key); in mstore()
|
/freebsd/sys/netinet/ |
H A D | ip_reass.c | 210 uint32_t hash, hashkey[3]; in ip_reass() local 285 hashkey[0] = ip->ip_src.s_addr; in ip_reass() 286 hashkey[1] = ip->ip_dst.s_addr; in ip_reass() 287 hashkey[2] = (uint32_t)ip->ip_p << 16; in ip_reass() 288 hashkey[2] += ip->ip_id; in ip_reass() 289 hash = jenkins_hash32(hashkey, nitems(hashkey), V_ipq_hashseed); in ip_reass()
|
/freebsd/sys/netinet6/ |
H A D | frag6.c | 431 uint32_t hashkey[(sizeof(struct in6_addr) * 2 + in frag6_input() local 558 hashkeyp = hashkey; in frag6_input() 564 bucket = jenkins_hash32(hashkey, nitems(hashkey), V_ip6qb_hashseed); in frag6_input()
|
/freebsd/sys/dev/mana/ |
H A D | mana.h | 518 uint8_t hashkey[MANA_HASH_KEY_SIZE]; member 706 uint8_t hashkey[MANA_HASH_KEY_SIZE]; member
|
H A D | mana_en.c | 307 memcpy(ifrk->ifrk_key, apc->hashkey, MANA_HASH_KEY_SIZE); in mana_ioctl() 1171 memcpy(&req->hashkey, apc->hashkey, MANA_HASH_KEY_SIZE); in mana_cfg_vport_steering() 2938 mana_rss_key_fill(apc->hashkey, MANA_HASH_KEY_SIZE); in mana_probe_port()
|
/freebsd/sys/dev/safexcel/ |
H A D | safexcel.c | 1284 safexcel_setkey_ghash(const uint8_t *key, int klen, uint32_t *hashkey) in safexcel_setkey_ghash() argument 1293 rijndaelEncrypt(ks, rounds, zeros, (uint8_t *)hashkey); in safexcel_setkey_ghash() 1295 hashkey[i] = htobe32(hashkey[i]); in safexcel_setkey_ghash() 1307 safexcel_setkey_xcbcmac(const uint8_t *key, int klen, uint32_t *hashkey) in safexcel_setkey_xcbcmac() argument 1311 memset(hashkey, 0, 2 * AES_BLOCK_LEN); in safexcel_setkey_xcbcmac() 1314 hashkey[i + off] = htobe32(le32dec(key)); in safexcel_setkey_xcbcmac()
|
/freebsd/sbin/pfctl/ |
H A D | parse.y | 486 struct pf_poolhashkey *hashkey; member 547 %type <v.hashkey> hashkey 4612 hashkey : /* empty */ 4689 | SOURCEHASH hashkey {
|