Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dcs_blobs.h110 CSSLOT_CODEDIRECTORY = 0, /* slot index for CodeDirectory */ enumerator
/xnu-11417.121.6/bsd/kern/
H A Dubc_subr.c573 …if (type == CSSLOT_CODEDIRECTORY || (type >= CSSLOT_ALTERNATE_CODEDIRECTORIES && type < CSSLOT_ALT… in cs_validate_csblob()
758 } else if (type == CSSLOT_CODEDIRECTORY && ntohl(blob->magic) == CSMAGIC_CODEDIRECTORY in csblob_find_blob_bytes()
3470 …b_bytes((const uint8_t *)blob->csb_mem_kaddr, blob->csb_mem_size, CSSLOT_CODEDIRECTORY, CSMAGIC_CO… in ubc_cs_reconstitute_code_signature()
3512 superblob->index[blob_index].type = htonl(CSSLOT_CODEDIRECTORY); in ubc_cs_reconstitute_code_signature()
3616 superblob->index[blob_index].type = htonl(CSSLOT_CODEDIRECTORY); in ubc_cs_reconstitute_code_signature()
3778 superblob->index[0].type = htonl(CSSLOT_CODEDIRECTORY); in ubc_cs_reconstitute_code_signature_2nd_stage()
4386 uint32_t slot = CSSLOT_CODEDIRECTORY; in validate_main_binary_check()
H A Dkern_cs.c631 …cd = (const CS_CodeDirectory *)csblob_find_blob(csblob, CSSLOT_CODEDIRECTORY, CSMAGIC_CODEDIRECTOR… in csblob_get_identity()