Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_cs.c589 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in csproc_get_blob()
1795 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in cs_entitlements_blob_get()
1819 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in cs_entitlements_dictionary_copy()
1846 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in cs_identity_get()
1901 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in cs_get_cdhash()
H A Dkern_codesigning.c1044 if ((proc_getcsflags(process) & CS_SIGNED) == 0) { in address_space_debugged()
H A Dkern_exec.c1433 (CS_VALID | CS_SIGNED | CS_DEV_CODE | CS_LINKER_SIGNED | in exec_mach_imgact()
7759 if (imgp->ip_csflags & CS_SIGNED) { in process_signature()
7835 proc_csflags_set(p, CS_SIGNED | CS_VALID); in process_signature()
/xnu-11215.1.10/osfmk/kern/
H A Dcs_blobs.h72 #define CS_SIGNED 0x20000000 /* process has a signature (may have gone invalid) … macro