Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dubc_subr.c3330 const CS_GenericBlob *launch_constraint_self = NULL; in ubc_cs_reconstitute_code_signature() local
3401 launch_constraint_self = csblob_find_blob_bytes( in ubc_cs_reconstitute_code_signature()
3406 if (launch_constraint_self) { in ubc_cs_reconstitute_code_signature()
3408 new_blob_size += ntohl(launch_constraint_self->length); in ubc_cs_reconstitute_code_signature()
3538 if (launch_constraint_self) { in ubc_cs_reconstitute_code_signature()
3545 launch_constraint_self, in ubc_cs_reconstitute_code_signature()
3546 ntohl(launch_constraint_self->length)); in ubc_cs_reconstitute_code_signature()
3548 blob_offset += ntohl(launch_constraint_self->length); in ubc_cs_reconstitute_code_signature()
3676 const CS_GenericBlob *launch_constraint_self = NULL; in ubc_cs_reconstitute_code_signature_2nd_stage() local
3725 launch_constraint_self = csblob_find_blob_bytes( in ubc_cs_reconstitute_code_signature_2nd_stage()
[all …]