Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c3323 const CS_GenericBlob *der_entitlements_blob = NULL; in ubc_cs_reconstitute_code_signature() local
3389 der_entitlements_blob = blob->csb_der_entitlements_blob; in ubc_cs_reconstitute_code_signature()
3390 if (der_entitlements_blob) { in ubc_cs_reconstitute_code_signature()
3392 new_blob_size += ntohl(der_entitlements_blob->length); in ubc_cs_reconstitute_code_signature()
3524 if (der_entitlements_blob) { in ubc_cs_reconstitute_code_signature()
3529 …memcpy((void*)(new_blob_addr + blob_offset), der_entitlements_blob, ntohl(der_entitlements_blob->l… in ubc_cs_reconstitute_code_signature()
3530 blob_offset += ntohl(der_entitlements_blob->length); in ubc_cs_reconstitute_code_signature()