Searched refs:new_cdsize (Results 1 – 1 of 1) sorted by relevance
3842 vm_size_t new_cdsize; in ubc_cs_convert_to_multilevel_hash() local3855 new_cdsize = ntohl(old_cd->hashOffset); in ubc_cs_convert_to_multilevel_hash()3856 new_cdsize += (ntohl(old_cd->nCodeSlots) >> hashes_per_new_hash_shift) * old_cd->hashSize; in ubc_cs_convert_to_multilevel_hash()3858 …error = ubc_cs_reconstitute_code_signature(blob, &new_blob_addr, &new_blob_size, new_cdsize, &new_… in ubc_cs_convert_to_multilevel_hash()3869 new_cd->length = htonl((uint32_t)new_cdsize); in ubc_cs_convert_to_multilevel_hash()