Searched refs:key0 (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.41.9/bsd/kern/ |
| H A D | tracker.c | 393 u_int32_t key0 = 0, key1 = 0, key2 = 0, key3 = 0; in tracker_search_and_insert() local 404 key0 = matchentry->address.addr6.s6_addr32[0]; in tracker_search_and_insert() 409 key0 = matchentry->address.addr46.ia46_addr4.s_addr; in tracker_search_and_insert() 411 …hash_element = TRACKER_HASH(&matchentry->app_uuid, &key0, &key1, &key2, &key3) & db->tracker_hashm… in tracker_search_and_insert()
|
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_manager.c | 85 __fe_cuckoo_cmp(struct cuckoo_node *node, void *key0) in __fe_cuckoo_cmp() argument 88 struct flow_key *key = key0; in __fe_cuckoo_cmp()
|
| /xnu-8792.41.9/bsd/netkey/ |
| H A D | key.c | 4420 const struct sadb_key *key0; in key_setsaval() local 4423 key0 = (const struct sadb_key *)mhp->ext[SADB_EXT_KEY_AUTH]; in key_setsaval() 4426 const size_t max_length = PFKEY_ALIGN8(sizeof(*key0)) + in key_setsaval() 4431 if ((len < sizeof(*key0)) || (len > max_length)) { in key_setsaval() 4453 sav->key_auth = (struct sadb_key *)key_newbuf(key0, len); in key_setsaval() 4458 const struct sadb_key *key0; in key_setsaval() local 4461 key0 = (const struct sadb_key *)mhp->ext[SADB_EXT_KEY_ENCRYPT]; in key_setsaval() 4464 const size_t max_length = PFKEY_ALIGN8(sizeof(*key0)) + in key_setsaval() 4469 if ((len < sizeof(*key0)) || (len > max_length)) { in key_setsaval() 4482 sav->key_enc = (struct sadb_key *)key_newbuf(key0, len); in key_setsaval()
|