Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/ !
H A Dcs_blobs.h219 } CS_BlobIndex typedef
226 CS_BlobIndex index[]; /* (count) entries */
/xnu-8019.80.24/bsd/kern/ !
H A Dubc_subr.c551 if ((length - sizeof(CS_SuperBlob)) / sizeof(CS_BlobIndex) < count) { in cs_validate_csblob()
557 const CS_BlobIndex *blobIndex = &sb->index[n]; in cs_validate_csblob()
3166 new_blob_size += sizeof(CS_BlobIndex); in ubc_cs_reconstitute_code_signature()
3173 new_blob_size += sizeof(CS_BlobIndex); in ubc_cs_reconstitute_code_signature()
3181 new_blob_size += sizeof(CS_BlobIndex); in ubc_cs_reconstitute_code_signature()
3189 new_blob_size += sizeof(CS_BlobIndex); in ubc_cs_reconstitute_code_signature()
3205 new_blob_size += sizeof(CS_BlobIndex); in ubc_cs_reconstitute_code_signature()
3235 blob_offset = sizeof(CS_SuperBlob) + (num_blobs * sizeof(CS_BlobIndex)); in ubc_cs_reconstitute_code_signature()