Searched refs:hashkey (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/mandoc/
H A Dmandoc_xr.h25 char hashkey[]; member in struct:mandoc_xr
H A Dmandoc_xr.c60 offsetof(struct mandoc_xr, hashkey));
82 xr->sec = xr->hashkey;
83 xr->name = xr->hashkey + ssz;
90 pend = xr->hashkey + tsz;
91 hv = ohash_interval(xr->hashkey, &pend);
92 slot = ohash_lookup_memory(xr_hash, xr->hashkey, tsz, hv);
/freebsd-current/libexec/mknetid/
H A Dhash.c100 u_int32_t hashkey(char *key) function
113 cur = table[hashkey(key)];
135 i = hashkey(key);
/freebsd-current/libexec/revnetgroup/
H A Dhash.c101 hashkey(char *key) function
115 cur = table[hashkey(key)];
149 i = hashkey(key);
179 i = hashkey(key);
/freebsd-current/sys/netinet/
H A Dip_reass.c210 uint32_t hash, hashkey[3]; local
285 hashkey[0] = ip->ip_src.s_addr;
286 hashkey[1] = ip->ip_dst.s_addr;
287 hashkey[2] = (uint32_t)ip->ip_p << 16;
288 hashkey[2] += ip->ip_id;
289 hash = jenkins_hash32(hashkey, nitems(hashkey), V_ipq_hashseed);
/freebsd-current/sys/dev/mana/
H A Dmana.h501 uint8_t hashkey[MANA_HASH_KEY_SIZE]; member in struct:mana_port_context
686 uint8_t hashkey[MANA_HASH_KEY_SIZE]; member in struct:mana_cfg_rx_steer_req
H A Dmana_en.c303 memcpy(ifrk->ifrk_key, apc->hashkey, MANA_HASH_KEY_SIZE);
1176 memcpy(&req->hashkey, apc->hashkey, MANA_HASH_KEY_SIZE);
2850 mana_rss_key_fill(apc->hashkey, MANA_HASH_KEY_SIZE);
/freebsd-current/sys/netinet6/
H A Dfrag6.c431 uint32_t hashkey[(sizeof(struct in6_addr) * 2 + local
558 hashkeyp = hashkey;
564 bucket = jenkins_hash32(hashkey, nitems(hashkey), V_ip6qb_hashseed);
/freebsd-current/sys/dev/safexcel/
H A Dsafexcel.c1284 safexcel_setkey_ghash(const uint8_t *key, int klen, uint32_t *hashkey) argument
1293 rijndaelEncrypt(ks, rounds, zeros, (uint8_t *)hashkey);
1295 hashkey[i] = htobe32(hashkey[i]);
1307 safexcel_setkey_xcbcmac(const uint8_t *key, int klen, uint32_t *hashkey) argument
1311 memset(hashkey, 0, 2 * AES_BLOCK_LEN);
1314 hashkey[i + off] = htobe32(le32dec(key));
/freebsd-current/sbin/pfctl/
H A Dparse.y471 struct pf_poolhashkey *hashkey;
532 %type <v.hashkey> hashkey
4489 hashkey : /* empty */ label
4493 err(1, "hashkey: calloc");
4510 err(1, "hashkey: calloc");
4525 err(1, "hashkey: calloc");
4566 | SOURCEHASH hashkey {

Completed in 290 milliseconds