Searched refs:csb (Results 1 – 1 of 1) sorted by relevance
6853 struct cs_blob *csb; in check_for_signature() local6996 csb = ubc_cs_blob_get(p->p_textvp, -1, -1, p->p_textoff); in check_for_signature()6998 if (csb != NULL) { in check_for_signature()7006 ubc_cs_blob_revalidate(p->p_textvp, csb, imgp, 0, proc_platform(p)) == 0) && in check_for_signature()7008 (csb->csb_flags & CS_ALLOWED_MACHO) == CS_ADHOC && in check_for_signature()7010 csblob_find_blob_bytes((const uint8_t *)csb->csb_mem_kaddr, csb->csb_mem_size, in check_for_signature()7014 csb->csb_platform_binary == 0 && in check_for_signature()7016 csb->csb_entitlements_blob == NULL && in check_for_signature()7017 csb->csb_der_entitlements_blob == NULL) { in check_for_signature()