Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dproc.h383 extern int proc_getcdhash(proc_t, unsigned char *);
/xnu-8019.80.24/osfmk/kern/
H A Dbsd_kern.c82 extern int proc_getcdhash(void *p, char *cdhash);
1418 result = task->bsd_info ? proc_getcdhash(task->bsd_info, cdhash) : ESRCH; in get_task_cdhash()
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c7069 proc_getcdhash(p, cdhash); in check_for_signature()
7086 proc_getcdhash(p, cdhash); in check_for_signature()
H A Dkern_proc.c1592 proc_getcdhash(proc_t p, unsigned char *cdhash) in proc_getcdhash() function