Searched refs:csb (Results 1 – 1 of 1) sorted by relevance
6898 struct cs_blob *csb; in check_for_signature() local7041 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()