Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dubc_subr.c3343 uint32_t blob_offset = 0; in ubc_cs_reconstitute_code_signature() local
3511 blob_offset = sizeof(CS_SuperBlob) + (num_blobs * sizeof(CS_BlobIndex)); in ubc_cs_reconstitute_code_signature()
3514 superblob->index[blob_index].offset = htonl(blob_offset); in ubc_cs_reconstitute_code_signature()
3523 memset((void*)(new_blob_addr + blob_offset), 0, new_code_directory_size); in ubc_cs_reconstitute_code_signature()
3525 memcpy((void*)(new_blob_addr + blob_offset), best_code_directory, new_code_directory_size); in ubc_cs_reconstitute_code_signature()
3529 *code_directory = (CS_CodeDirectory*)(new_blob_addr + blob_offset); in ubc_cs_reconstitute_code_signature()
3531 blob_offset += new_code_directory_size; in ubc_cs_reconstitute_code_signature()
3536 superblob->index[blob_index].offset = htonl(blob_offset); in ubc_cs_reconstitute_code_signature()
3539 …memcpy((void*)(new_blob_addr + blob_offset), der_entitlements_blob, ntohl(der_entitlements_blob->l… in ubc_cs_reconstitute_code_signature()
3540 blob_offset += ntohl(der_entitlements_blob->length); in ubc_cs_reconstitute_code_signature()
[all …]