Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c3777 vm_size_t new_superblob_size = last_needed_blob_offset; in ubc_cs_reconstitute_code_signature_2nd_stage() local
3779 ret = ubc_cs_blob_allocate(&new_superblob, &new_superblob_size); 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()
3790 memcpy((void*)new_superblob, superblob, new_superblob_size); in ubc_cs_reconstitute_code_signature_2nd_stage()
3799 new_superblob_size, in ubc_cs_reconstitute_code_signature_2nd_stage()