Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dubc_subr.c3342 uint32_t blob_index = 0; in ubc_cs_reconstitute_code_signature() local
3510 blob_index = 0; in ubc_cs_reconstitute_code_signature()
3514 superblob->index[blob_index].offset = htonl(blob_offset); in ubc_cs_reconstitute_code_signature()
3516 superblob->index[blob_index].type = htonl(CSSLOT_ALTERNATE_CODEDIRECTORIES); in ubc_cs_reconstitute_code_signature()
3518 superblob->index[blob_index].type = htonl(CSSLOT_CODEDIRECTORY); 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()
3537 superblob->index[blob_index].type = htonl(CSSLOT_DER_ENTITLEMENTS); in ubc_cs_reconstitute_code_signature()
3545 blob_index += 1; in ubc_cs_reconstitute_code_signature()
3546 superblob->index[blob_index].offset = htonl(blob_offset); in ubc_cs_reconstitute_code_signature()
[all …]