Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_cs.c533 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in csproc_get_blob()
1517 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in cs_entitlements_blob_get()
1541 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in cs_entitlements_dictionary_copy()
1568 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in cs_identity_get()
1623 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in cs_get_cdhash()
H A Dkern_exec.c1227 (CS_VALID | CS_SIGNED | CS_DEV_CODE | CS_LINKER_SIGNED | in exec_mach_imgact()
6988 if (imgp->ip_csflags & CS_SIGNED) { in check_for_signature()
7064 proc_csflags_set(p, CS_SIGNED | CS_VALID); in check_for_signature()
/xnu-8019.80.24/osfmk/kern/
H A Dcs_blobs.h71 #define CS_SIGNED 0x20000000 /* process has a signature (may have gone invalid) … macro