Searched refs:os_hash_jenkins_update (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.140.69/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 87 return os_hash_jenkins_finish(os_hash_jenkins_update(data, length, seed)); in os_hash_jenkins()
|
| /xnu-11417.140.69/security/ |
| H A D | mac_process.c | 155 return os_hash_jenkins_update(a->l_perpolicy, sizeof(a->l_perpolicy), hash); in mac_cred_label_hash_update()
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | kern_credential.c | 4517 hash = os_hash_jenkins_update(&cred->cr_posix, in kauth_cred_ro_hash() 4519 hash = os_hash_jenkins_update(&cred->cr_audit, in kauth_cred_ro_hash()
|
| /xnu-11417.140.69/osfmk/kern/ |
| H A D | kalloc.c | 858 hash = os_hash_jenkins_update(sig_ty, strlen(sig_ty), in kalloc_type_set_type_hash() 861 hash = os_hash_jenkins_update(sig_hdr, strlen(sig_hdr), hash); in kalloc_type_set_type_hash()
|