Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_cs.c589 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in csproc_get_blob()
1848 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in cs_entitlements_blob_get()
1872 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in cs_entitlements_dictionary_copy()
1899 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in cs_identity_get()
1954 if ((proc_getcsflags(p) & CS_SIGNED) == 0) { in cs_get_cdhash()
H A Dkern_codesigning.c1079 if ((proc_getcsflags(process) & CS_SIGNED) == 0) { in address_space_debugged_state()
H A Dkern_exec.c1973 (CS_VALID | CS_SIGNED | CS_DEV_CODE | CS_LINKER_SIGNED | in exec_mach_imgact()
8498 if (imgp->ip_csflags & CS_SIGNED) { in process_signature()
8574 proc_csflags_set(p, CS_SIGNED | CS_VALID); in process_signature()
/xnu-12377.41.6/osfmk/kern/
H A Dcs_blobs.h72 #define CS_SIGNED 0x20000000 /* process has a signature (may have gone invalid) … macro