Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dcs_blobs.h273 } CS_BlobIndex typedef
280 CS_BlobIndex index[]; /* (count) entries */
/xnu-10063.141.1/bsd/kern/
H A Dubc_subr.c554 if ((length - sizeof(CS_SuperBlob)) / sizeof(CS_BlobIndex) < count) { in cs_validate_csblob()
560 const CS_BlobIndex *blobIndex = &sb->index[n]; in cs_validate_csblob()
3365 new_blob_size += sizeof(CS_BlobIndex); in ubc_cs_reconstitute_code_signature()
3372 new_blob_size += sizeof(CS_BlobIndex); in ubc_cs_reconstitute_code_signature()
3384 new_blob_size += sizeof(CS_BlobIndex); in ubc_cs_reconstitute_code_signature()
3396 new_blob_size += sizeof(CS_BlobIndex); in ubc_cs_reconstitute_code_signature()
3408 new_blob_size += sizeof(CS_BlobIndex); in ubc_cs_reconstitute_code_signature()
3420 new_blob_size += sizeof(CS_BlobIndex); in ubc_cs_reconstitute_code_signature()
3428 new_blob_size += sizeof(CS_BlobIndex); in ubc_cs_reconstitute_code_signature()
3436 new_blob_size += sizeof(CS_BlobIndex); in ubc_cs_reconstitute_code_signature()
[all …]