Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c3324 const CS_GenericBlob *entitlements_blob = NULL; in ubc_cs_reconstitute_code_signature() local
3445 entitlements_blob = blob->csb_entitlements_blob; in ubc_cs_reconstitute_code_signature()
3446 if (entitlements_blob) { in ubc_cs_reconstitute_code_signature()
3448 new_blob_size += ntohl(entitlements_blob->length); in ubc_cs_reconstitute_code_signature()
3590 if (entitlements_blob) { in ubc_cs_reconstitute_code_signature()
3595 memcpy((void*)(new_blob_addr + blob_offset), entitlements_blob, ntohl(entitlements_blob->length)); in ubc_cs_reconstitute_code_signature()
3596 blob_offset += ntohl(entitlements_blob->length); in ubc_cs_reconstitute_code_signature()