Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dubc_subr.c3336 const CS_GenericBlob *launch_constraint_self = NULL; in ubc_cs_reconstitute_code_signature() local
3407 launch_constraint_self = csblob_find_blob_bytes( in ubc_cs_reconstitute_code_signature()
3412 if (launch_constraint_self) { in ubc_cs_reconstitute_code_signature()
3414 new_blob_size += ntohl(launch_constraint_self->length); in ubc_cs_reconstitute_code_signature()
3544 if (launch_constraint_self) { in ubc_cs_reconstitute_code_signature()
3551 launch_constraint_self, in ubc_cs_reconstitute_code_signature()
3552 ntohl(launch_constraint_self->length)); in ubc_cs_reconstitute_code_signature()
3554 blob_offset += ntohl(launch_constraint_self->length); in ubc_cs_reconstitute_code_signature()
3682 const CS_GenericBlob *launch_constraint_self = NULL; in ubc_cs_reconstitute_code_signature_2nd_stage() local
3731 launch_constraint_self = csblob_find_blob_bytes( in ubc_cs_reconstitute_code_signature_2nd_stage()
[all …]