Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dcodesign.h104 uint8_t *__counted_by_or_null(CS_CDHASH_LEN) cs_get_cdhash(struct proc *);
/xnu-11215/bsd/kern/
H A Dkern_cs.c1897 cs_get_cdhash(struct proc *p) in cs_get_cdhash() function
H A Dkern_exec.c4870 uint8_t *cdhash = cs_get_cdhash(p); in posix_spawn()
5479 uint8_t *cdhash = cs_get_cdhash(p); in __mac_execve()
/xnu-11215/bsd/netinet/
H A Dflow_divert.c1080 cdhash = cs_get_cdhash(proc); in flow_divert_add_proc_info()