Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c3332 uint32_t blob_index = 0; in ubc_cs_reconstitute_code_signature() local
3500 blob_index = 0; in ubc_cs_reconstitute_code_signature()
3504 superblob->index[blob_index].offset = htonl(blob_offset); in ubc_cs_reconstitute_code_signature()
3506 superblob->index[blob_index].type = htonl(CSSLOT_ALTERNATE_CODEDIRECTORIES); in ubc_cs_reconstitute_code_signature()
3508 superblob->index[blob_index].type = htonl(CSSLOT_CODEDIRECTORY); in ubc_cs_reconstitute_code_signature()
3525 blob_index += 1; in ubc_cs_reconstitute_code_signature()
3526 superblob->index[blob_index].offset = htonl(blob_offset); in ubc_cs_reconstitute_code_signature()
3527 superblob->index[blob_index].type = htonl(CSSLOT_DER_ENTITLEMENTS); in ubc_cs_reconstitute_code_signature()
3535 blob_index += 1; in ubc_cs_reconstitute_code_signature()
3536 superblob->index[blob_index].offset = htonl(blob_offset); in ubc_cs_reconstitute_code_signature()
[all …]