Searched refs:CS_SuperBlob (Results 1 – 4 of 4) sorted by relevance
282 } CS_SuperBlob typedef
533 const CS_SuperBlob *sb; in cs_validate_csblob()538 if (length < sizeof(CS_SuperBlob)) { in cs_validate_csblob()542 sb = (const CS_SuperBlob *)blob; in cs_validate_csblob()546 if ((length - sizeof(CS_SuperBlob)) / sizeof(CS_BlobIndex) < count) { in cs_validate_csblob()693 const CS_SuperBlob *sb = (const CS_SuperBlob *)blob; in csblob_find_blob_bytes()3330 CS_SuperBlob *superblob = NULL; in ubc_cs_reconstitute_code_signature()3381 new_blob_size += sizeof(CS_SuperBlob); in ubc_cs_reconstitute_code_signature()3495 superblob = (CS_SuperBlob*)new_blob_addr; in ubc_cs_reconstitute_code_signature()3501 blob_offset = sizeof(CS_SuperBlob) + (num_blobs * sizeof(CS_BlobIndex)); in ubc_cs_reconstitute_code_signature()3676 CS_SuperBlob *superblob = NULL; in ubc_cs_reconstitute_code_signature_2nd_stage()[all …]
350 CS_SuperBlob *superblob;
14131 const CS_SuperBlob *superblob = NULL;