Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dubc_subr.c3682 vm_size_t last_needed_blob_offset = 0; in ubc_cs_reconstitute_code_signature_2nd_stage() local
3716 last_needed_blob_offset = ntohl(superblob->index[0].offset) + ntohl(blob->csb_cd->length); in ubc_cs_reconstitute_code_signature_2nd_stage()
3721 last_needed_blob_offset += ntohl(blob->csb_der_entitlements_blob->length); in ubc_cs_reconstitute_code_signature_2nd_stage()
3732 last_needed_blob_offset += ntohl(launch_constraint_self->length); in ubc_cs_reconstitute_code_signature_2nd_stage()
3743 last_needed_blob_offset += ntohl(launch_constraint_parent->length); in ubc_cs_reconstitute_code_signature_2nd_stage()
3754 last_needed_blob_offset += ntohl(launch_constraint_responsible->length); in ubc_cs_reconstitute_code_signature_2nd_stage()
3765 last_needed_blob_offset += ntohl(library_constraint->length); in ubc_cs_reconstitute_code_signature_2nd_stage()
3769 superblob->length = htonl((uint32_t)last_needed_blob_offset); in ubc_cs_reconstitute_code_signature_2nd_stage()
3781 vm_size_t new_superblob_size = last_needed_blob_offset; in ubc_cs_reconstitute_code_signature_2nd_stage()
3788 assert(new_superblob_size == last_needed_blob_offset); in ubc_cs_reconstitute_code_signature_2nd_stage()