Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dubc_internal.h133 const CS_GenericBlob *csb_entitlements_blob; /* raw blob, subrange of csb_mem_kaddr */ member
/xnu-8020.101.4/bsd/kern/
H A Dubc_subr.c779 entitlements = csblob->csb_entitlements_blob; in csblob_get_entitlements()
3179 entitlements_blob = blob->csb_entitlements_blob; in ubc_cs_reconstitute_code_signature()
3463 blob->csb_entitlements_blob = NULL; in ubc_cs_clear_unneeded_code_signature()
3577 blob->csb_entitlements_blob = NULL; in ubc_cs_convert_to_multilevel_hash()
3679 blob->csb_entitlements_blob = NULL; in cs_blob_init_validated()
3710 blob->csb_entitlements_blob = entitlements; /* may be NULL, not yet validated */ in cs_blob_init_validated()
3939 tmp_blob.csb_entitlements_blob = new_entitlements; in ubc_cs_blob_add()
3995 tmp_blob.csb_entitlements_blob = NULL; in ubc_cs_blob_add()
H A Dkern_exec.c7016 csb->csb_entitlements_blob == NULL && in check_for_signature()