Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dubc_subr.c3688 vm_size_t last_needed_blob_offset = 0; in ubc_cs_reconstitute_code_signature_2nd_stage() local
3722 last_needed_blob_offset = ntohl(superblob->index[0].offset) + ntohl(blob->csb_cd->length); in ubc_cs_reconstitute_code_signature_2nd_stage()
3727 last_needed_blob_offset += ntohl(blob->csb_der_entitlements_blob->length); in ubc_cs_reconstitute_code_signature_2nd_stage()
3738 last_needed_blob_offset += ntohl(launch_constraint_self->length); in ubc_cs_reconstitute_code_signature_2nd_stage()
3749 last_needed_blob_offset += ntohl(launch_constraint_parent->length); in ubc_cs_reconstitute_code_signature_2nd_stage()
3760 last_needed_blob_offset += ntohl(launch_constraint_responsible->length); in ubc_cs_reconstitute_code_signature_2nd_stage()
3771 last_needed_blob_offset += ntohl(library_constraint->length); in ubc_cs_reconstitute_code_signature_2nd_stage()
3775 superblob->length = htonl((uint32_t)last_needed_blob_offset); in ubc_cs_reconstitute_code_signature_2nd_stage()
3787 vm_size_t new_superblob_size = last_needed_blob_offset; in ubc_cs_reconstitute_code_signature_2nd_stage()
3794 assert(new_superblob_size == last_needed_blob_offset); in ubc_cs_reconstitute_code_signature_2nd_stage()