Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dubc_internal.h137 const CS_GenericBlob *csb_entitlements_blob; /* raw blob, subrange of csb_mem_kaddr */ member
/xnu-11417.121.6/bsd/kern/
H A Dubc_subr.c870 entitlements = csblob->csb_entitlements_blob; in csblob_get_entitlements()
3285 cs_blob->csb_entitlements_blob = csblob_find_blob_bytes( in ubc_cs_blob_reconstruct()
3449 entitlements_blob = blob->csb_entitlements_blob; in ubc_cs_reconstitute_code_signature()
3807 assert(blob->csb_entitlements_blob == NULL); in ubc_cs_reconstitute_code_signature_2nd_stage()
3926 blob->csb_entitlements_blob = NULL; in ubc_cs_convert_to_multilevel_hash()
4052 blob->csb_entitlements_blob = NULL; in cs_blob_init_validated()
4086 blob->csb_entitlements_blob = entitlements; /* may be NULL, not yet validated */ in cs_blob_init_validated()
4636 cs_blob->csb_entitlements_blob = NULL; in reconstitute_code_signature_2nd_stage()
H A Dkern_exec.c7898 csb->csb_entitlements_blob == NULL && in process_signature()