Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c3319 vm_size_t new_blob_size = 0; in ubc_cs_reconstitute_code_signature() local
3381 new_blob_size += sizeof(CS_SuperBlob); in ubc_cs_reconstitute_code_signature()
3384 new_blob_size += sizeof(CS_BlobIndex); in ubc_cs_reconstitute_code_signature()
3385 new_blob_size += new_code_directory_size; in ubc_cs_reconstitute_code_signature()
3391 new_blob_size += sizeof(CS_BlobIndex); in ubc_cs_reconstitute_code_signature()
3392 new_blob_size += ntohl(der_entitlements_blob->length); in ubc_cs_reconstitute_code_signature()
3403 new_blob_size += sizeof(CS_BlobIndex); in ubc_cs_reconstitute_code_signature()
3404 new_blob_size += ntohl(launch_constraint_self->length); in ubc_cs_reconstitute_code_signature()
3415 new_blob_size += sizeof(CS_BlobIndex); in ubc_cs_reconstitute_code_signature()
3416 new_blob_size += ntohl(launch_constraint_parent->length); in ubc_cs_reconstitute_code_signature()
[all …]