Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dproc.h404 extern int proc_getcdhash(proc_t, unsigned char *);
/xnu-11215/osfmk/kern/
H A Dbsd_kern.c78 extern int proc_getcdhash(void *p, char *cdhash);
1437 result = bsd_info ? proc_getcdhash(bsd_info, cdhash) : ESRCH; in get_task_cdhash()
/xnu-11215/bsd/kern/
H A Dkern_exec.c7852 proc_getcdhash(p, cdhash); in process_signature()
7893 proc_getcdhash(p, cdhash); in process_signature()
H A Dkern_proc.c1789 proc_getcdhash(proc_t p, unsigned char *cdhash) in proc_getcdhash() function