Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dubc_subr.c3338 const CS_GenericBlob *launch_constraint_responsible = NULL; in ubc_cs_reconstitute_code_signature() local
3431 launch_constraint_responsible = csblob_find_blob_bytes( in ubc_cs_reconstitute_code_signature()
3436 if (launch_constraint_responsible) { in ubc_cs_reconstitute_code_signature()
3438 new_blob_size += ntohl(launch_constraint_responsible->length); in ubc_cs_reconstitute_code_signature()
3572 if (launch_constraint_responsible) { in ubc_cs_reconstitute_code_signature()
3579 launch_constraint_responsible, in ubc_cs_reconstitute_code_signature()
3580 ntohl(launch_constraint_responsible->length)); in ubc_cs_reconstitute_code_signature()
3582 blob_offset += ntohl(launch_constraint_responsible->length); in ubc_cs_reconstitute_code_signature()
3684 const CS_GenericBlob *launch_constraint_responsible = NULL; in ubc_cs_reconstitute_code_signature_2nd_stage() local
3753 launch_constraint_responsible = csblob_find_blob_bytes( in ubc_cs_reconstitute_code_signature_2nd_stage()
[all …]