Home
last modified time | relevance | path

Searched refs:os_hash_jenkins_update (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/libkern/os/
H A Dhash.h38 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 Dmac_process.c155 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 Dkern_credential.c4517 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 Dkalloc.c858 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()