Searched refs:CS_SuperBlob (Results 1 – 4 of 4) sorted by relevance
282 } CS_SuperBlob typedef
538 const CS_SuperBlob *sb; in cs_validate_csblob()546 if (length < sizeof(CS_SuperBlob)) { in cs_validate_csblob()550 sb = (const CS_SuperBlob *)blob; in cs_validate_csblob()554 if ((length - sizeof(CS_SuperBlob)) / sizeof(CS_BlobIndex) < count) { in cs_validate_csblob()741 const CS_SuperBlob *sb = (const CS_SuperBlob *)blob; in csblob_find_blob_bytes()3311 CS_SuperBlob *superblob = NULL; in ubc_cs_reconstitute_code_signature()3362 new_blob_size += sizeof(CS_SuperBlob); in ubc_cs_reconstitute_code_signature()3476 superblob = (CS_SuperBlob*)new_blob_addr; in ubc_cs_reconstitute_code_signature()3482 blob_offset = sizeof(CS_SuperBlob) + (num_blobs * sizeof(CS_BlobIndex)); in ubc_cs_reconstitute_code_signature()3657 CS_SuperBlob *superblob = NULL; in ubc_cs_reconstitute_code_signature_2nd_stage()[all …]
349 CS_SuperBlob *superblob;
13881 const CS_SuperBlob *superblob = NULL;