Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dubc_subr.c3294 uint32_t blob_offset = 0; in ubc_cs_reconstitute_code_signature() local
3462 blob_offset = sizeof(CS_SuperBlob) + (num_blobs * sizeof(CS_BlobIndex)); in ubc_cs_reconstitute_code_signature()
3465 superblob->index[blob_index].offset = htonl(blob_offset); in ubc_cs_reconstitute_code_signature()
3474 memset((void*)(new_blob_addr + blob_offset), 0, new_code_directory_size); in ubc_cs_reconstitute_code_signature()
3476 memcpy((void*)(new_blob_addr + blob_offset), best_code_directory, new_code_directory_size); in ubc_cs_reconstitute_code_signature()
3480 *code_directory = (CS_CodeDirectory*)(new_blob_addr + blob_offset); in ubc_cs_reconstitute_code_signature()
3482 blob_offset += new_code_directory_size; in ubc_cs_reconstitute_code_signature()
3487 superblob->index[blob_index].offset = htonl(blob_offset); in ubc_cs_reconstitute_code_signature()
3490 …memcpy((void*)(new_blob_addr + blob_offset), der_entitlements_blob, ntohl(der_entitlements_blob->l… in ubc_cs_reconstitute_code_signature()
3491 blob_offset += ntohl(der_entitlements_blob->length); in ubc_cs_reconstitute_code_signature()
[all …]