Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dcs_blobs.h110 CSSLOT_CODEDIRECTORY = 0, /* slot index for CodeDirectory */ enumerator
/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c570 …if (type == CSSLOT_CODEDIRECTORY || (type >= CSSLOT_ALTERNATE_CODEDIRECTORIES && type < CSSLOT_ALT… in cs_validate_csblob()
715 } else if (type == CSSLOT_CODEDIRECTORY && ntohl(blob->magic) == CSMAGIC_CODEDIRECTORY in csblob_find_blob_bytes()
3466 …b_bytes((const uint8_t *)blob->csb_mem_kaddr, blob->csb_mem_size, CSSLOT_CODEDIRECTORY, CSMAGIC_CO… in ubc_cs_reconstitute_code_signature()
3508 superblob->index[blob_index].type = htonl(CSSLOT_CODEDIRECTORY); in ubc_cs_reconstitute_code_signature()
3612 superblob->index[blob_index].type = htonl(CSSLOT_CODEDIRECTORY); in ubc_cs_reconstitute_code_signature()
3774 superblob->index[0].type = htonl(CSSLOT_CODEDIRECTORY); in ubc_cs_reconstitute_code_signature_2nd_stage()
4382 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()