Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c3678 vm_size_t last_needed_blob_offset = 0; in ubc_cs_reconstitute_code_signature_2nd_stage() local
3712 last_needed_blob_offset = ntohl(superblob->index[0].offset) + ntohl(blob->csb_cd->length); in ubc_cs_reconstitute_code_signature_2nd_stage()
3717 last_needed_blob_offset += ntohl(blob->csb_der_entitlements_blob->length); in ubc_cs_reconstitute_code_signature_2nd_stage()
3728 last_needed_blob_offset += ntohl(launch_constraint_self->length); in ubc_cs_reconstitute_code_signature_2nd_stage()
3739 last_needed_blob_offset += ntohl(launch_constraint_parent->length); in ubc_cs_reconstitute_code_signature_2nd_stage()
3750 last_needed_blob_offset += ntohl(launch_constraint_responsible->length); in ubc_cs_reconstitute_code_signature_2nd_stage()
3761 last_needed_blob_offset += ntohl(library_constraint->length); in ubc_cs_reconstitute_code_signature_2nd_stage()
3765 superblob->length = htonl((uint32_t)last_needed_blob_offset); in ubc_cs_reconstitute_code_signature_2nd_stage()
3777 vm_size_t new_superblob_size = last_needed_blob_offset; in ubc_cs_reconstitute_code_signature_2nd_stage()
3784 assert(new_superblob_size == last_needed_blob_offset); in ubc_cs_reconstitute_code_signature_2nd_stage()