Searched refs:os_hash_jenkins_update (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/libkern/os/ |
| H A D | hash.h | 38 os_hash_jenkins_update(const void *data, size_t length, uint32_t hash) in os_hash_jenkins_update() function 83 return os_hash_jenkins_finish(os_hash_jenkins_update(data, length, 0)); in os_hash_jenkins()
|
| /xnu-8792.41.9/security/ |
| H A D | mac_process.c | 134 return os_hash_jenkins_update(a->l_perpolicy, sizeof(a->l_perpolicy), hash); in mac_cred_label_hash_update()
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_credential.c | 5272 hash_key = os_hash_jenkins_update(&cred->cr_posix, in kauth_cred_get_bucket() 5275 hash_key = os_hash_jenkins_update(&cred->cr_audit, in kauth_cred_get_bucket()
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | kalloc.c | 808 hash = os_hash_jenkins_update(sig_ty, strlen(sig_ty), in kalloc_type_set_type_hash() 811 hash = os_hash_jenkins_update(sig_hdr, strlen(sig_hdr), hash); in kalloc_type_set_type_hash()
|