Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c3328 const CS_GenericBlob *launch_constraint_responsible = NULL; in ubc_cs_reconstitute_code_signature() local
3421 launch_constraint_responsible = csblob_find_blob_bytes( in ubc_cs_reconstitute_code_signature()
3426 if (launch_constraint_responsible) { in ubc_cs_reconstitute_code_signature()
3428 new_blob_size += ntohl(launch_constraint_responsible->length); in ubc_cs_reconstitute_code_signature()
3562 if (launch_constraint_responsible) { in ubc_cs_reconstitute_code_signature()
3569 launch_constraint_responsible, in ubc_cs_reconstitute_code_signature()
3570 ntohl(launch_constraint_responsible->length)); in ubc_cs_reconstitute_code_signature()
3572 blob_offset += ntohl(launch_constraint_responsible->length); in ubc_cs_reconstitute_code_signature()
3674 const CS_GenericBlob *launch_constraint_responsible = NULL; in ubc_cs_reconstitute_code_signature_2nd_stage() local
3743 launch_constraint_responsible = csblob_find_blob_bytes( in ubc_cs_reconstitute_code_signature_2nd_stage()
[all …]