Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dcs_blobs.h113 CSSLOT_ENTITLEMENTS = 5, enumerator
/xnu-8019.80.24/bsd/kern/
H A Dubc_subr.c606 } else if (type == CSSLOT_ENTITLEMENTS) { in cs_validate_csblob()
782 embedded_hash = find_special_slot(code_dir, csblob->csb_hashtype->cs_size, CSSLOT_ENTITLEMENTS); in csblob_get_entitlements()
3271 superblob->index[blob_index].type = htonl(CSSLOT_ENTITLEMENTS); in ubc_cs_reconstitute_code_signature()
3508 …entitlements = csblob_find_blob_bytes((uint8_t*)new_blob_addr, new_blob_size, CSSLOT_ENTITLEMENTS,… in ubc_cs_convert_to_multilevel_hash()
3931 …ts = csblob_find_blob_bytes((uint8_t*)new_mem_kaddr, new_mem_size, CSSLOT_ENTITLEMENTS, CSMAGIC_EM… in ubc_cs_blob_add()