Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c6898 struct cs_blob *csb; in check_for_signature() local
7041 csb = ubc_cs_blob_get(p->p_textvp, -1, -1, p->p_textoff); in check_for_signature()
7043 if (csb != NULL) { in check_for_signature()
7051 ubc_cs_blob_revalidate(p->p_textvp, csb, imgp, 0, proc_platform(p)) == 0) && in check_for_signature()
7053 (csb->csb_flags & CS_ALLOWED_MACHO) == CS_ADHOC && in check_for_signature()
7055 csblob_find_blob_bytes((const uint8_t *)csb->csb_mem_kaddr, csb->csb_mem_size, in check_for_signature()
7059 csb->csb_platform_binary == 0 && in check_for_signature()
7061 csb->csb_entitlements_blob == NULL && in check_for_signature()
7062 csb->csb_der_entitlements_blob == NULL) { in check_for_signature()