Searched defs:hash (Results 26 – 41 of 41) sorted by relevance
12
| /xnu-10002.1.13/bsd/kern/ |
| H A D | kern_subr.c | 438 hashdestroy(void *hash, int type __unused, u_long hashmask) in hashdestroy()
|
| H A D | sys_ulock.c | 240 uint32_t hash = os_hash_jenkins(key, length); in ull_hash_index() local
|
| H A D | ubc_subr.c | 264 const unsigned char *base, *top, *hash; in hashes() local 4049 uint8_t hash[CS_HASH_MAX_SIZE]; in cs_blob_init_validated() local 5745 const unsigned char *hash; in cs_validate_hash() local
|
| H A D | kern_credential.c | 4426 uint32_t hash = seed; in kauth_cred_ro_hash() local
|
| H A D | uipc_mbuf.c | 8783 uintptr_t hash = 0; local 8800 uintptr_t hash = 0; local
|
| /xnu-10002.1.13/osfmk/ipc/ |
| H A D | ipc_voucher.c | 2480 iv_index_t hash; in user_data_release_value() local 2540 iv_index_t hash; in user_data_dedup() local
|
| /xnu-10002.1.13/security/ |
| H A D | mac_process.c | 153 mac_cred_label_hash_update(const struct label *a, uint32_t hash) in mac_cred_label_hash_update()
|
| /xnu-10002.1.13/osfmk/kern/ |
| H A D | kalloc.c | 820 kalloc_hash_adjust(uint32_t hash, uint32_t shift) in kalloc_hash_adjust() 835 uint32_t hash = 0; in kalloc_type_set_type_hash() local
|
| H A D | turnstile.c | 433 uint32_t hash = os_hash_kernel_pointer((void *)proprietor); in turnstile_hash() local
|
| H A D | waitq.c | 525 uint32_t hash = os_hash_kernel_pointer(waitq.wq_q); in waitq_get_safeq() local
|
| H A D | kern_stackshot.c | 1183 int16_t hash = stackshot_plh_hash(ispl); in stackshot_plh_lookup() local
|
| /xnu-10002.1.13/bsd/netinet/ |
| H A D | ip_input.c | 2176 uint16_t hash; in ip_reass() local
|
| H A D | flow_divert.c | 228 flow_divert_pcb_lookup(uint32_t hash, struct flow_divert_group *group) in flow_divert_pcb_lookup()
|
| /xnu-10002.1.13/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_var.h | 647 uint32_t hash = FK_HASH_SEED; in flow_key_hash() local
|
| /xnu-10002.1.13/bsd/net/ |
| H A D | pf.c | 3289 pf_hash(struct pf_addr *inaddr, struct pf_addr *hash, in pf_hash() 3331 unsigned char hash[16]; in pf_map_addr() local
|
| /xnu-10002.1.13/osfmk/vm/ |
| H A D | vm_kern.c | 655 uint32_t hash) in kmem_adjust_range_id()
|
12