Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c3326 const CS_GenericBlob *launch_constraint_self = NULL; in ubc_cs_reconstitute_code_signature() local
3397 launch_constraint_self = csblob_find_blob_bytes( in ubc_cs_reconstitute_code_signature()
3402 if (launch_constraint_self) { in ubc_cs_reconstitute_code_signature()
3404 new_blob_size += ntohl(launch_constraint_self->length); in ubc_cs_reconstitute_code_signature()
3534 if (launch_constraint_self) { in ubc_cs_reconstitute_code_signature()
3541 launch_constraint_self, in ubc_cs_reconstitute_code_signature()
3542 ntohl(launch_constraint_self->length)); in ubc_cs_reconstitute_code_signature()
3544 blob_offset += ntohl(launch_constraint_self->length); in ubc_cs_reconstitute_code_signature()
3672 const CS_GenericBlob *launch_constraint_self = NULL; in ubc_cs_reconstitute_code_signature_2nd_stage() local
3721 launch_constraint_self = csblob_find_blob_bytes( in ubc_cs_reconstitute_code_signature_2nd_stage()
[all …]