Searched refs:hashkey (Results 1 – 12 of 12) sorted by relevance
| /src/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
|
| /src/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()
|
| /src/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()
|
| /src/sys/netinet/ |
| H A D | ip_reass.c | 209 uint32_t hash, hashkey[3]; in ip_reass() local 284 hashkey[0] = ip->ip_src.s_addr; in ip_reass() 285 hashkey[1] = ip->ip_dst.s_addr; in ip_reass() 286 hashkey[2] = (uint32_t)ip->ip_p << 16; in ip_reass() 287 hashkey[2] += ip->ip_id; in ip_reass() 288 hash = jenkins_hash32(hashkey, nitems(hashkey), V_ipq_hashseed); in ip_reass()
|
| /src/sys/netinet6/ |
| H A D | frag6.c | 430 uint32_t hashkey[(sizeof(struct in6_addr) * 2 + in frag6_input() local 557 hashkeyp = hashkey; in frag6_input() 563 bucket = jenkins_hash32(hashkey, nitems(hashkey), V_ip6qb_hashseed); in frag6_input()
|
| /src/sys/dev/mana/ |
| H A D | mana.h | 515 uint8_t hashkey[MANA_HASH_KEY_SIZE]; member 711 uint8_t hashkey[MANA_HASH_KEY_SIZE]; member
|
| H A D | mana_en.c | 308 memcpy(ifrk->ifrk_key, apc->hashkey, MANA_HASH_KEY_SIZE); in mana_ioctl() 1175 memcpy(&req->hashkey, apc->hashkey, MANA_HASH_KEY_SIZE); in mana_cfg_vport_steering() 2961 mana_rss_key_fill(apc->hashkey, MANA_HASH_KEY_SIZE); in mana_probe_port()
|
| /src/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()
|
| /src/crypto/openssl/include/internal/ |
| H A D | quic_ssl.h | 34 uint8_t *hashkey; member
|
| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_impl.c | 4729 return (unsigned long)ossl_fnv1a_hash(item->hashkey, item->hashkey_len); in quic_token_hash() 4736 return memcmp(a->hashkey, b->hashkey, a->hashkey_len); in quic_token_cmp() 4857 new_token->hashkey = (uint8_t *)(new_token + 1); in ossl_quic_build_new_token() 4859 new_token->token = new_token->hashkey + hashkey_len; in ossl_quic_build_new_token() 4861 famptr = (int *)new_token->hashkey; in ossl_quic_build_new_token()
|
| /src/sbin/pfctl/ |
| H A D | parse.y | 557 struct pf_poolhashkey *hashkey; member 623 %type <v.hashkey> hashkey 5046 hashkey : /* empty */ 5123 | SOURCEHASH hashkey {
|