Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dcs_blobs.h115 CSSLOT_ENTITLEMENTS = 5, enumerator
/xnu-11417.121.6/bsd/kern/
H A Dubc_subr.c604 } else if (type == CSSLOT_ENTITLEMENTS) { in cs_validate_csblob()
872 embedded_hash = find_special_slot(code_dir, csblob->csb_hashtype->cs_size, CSSLOT_ENTITLEMENTS); in csblob_get_entitlements()
3288 CSSLOT_ENTITLEMENTS, in ubc_cs_blob_reconstruct()
3597 superblob->index[blob_index].type = htonl(CSSLOT_ENTITLEMENTS); in ubc_cs_reconstitute_code_signature()
3857 …entitlements = csblob_find_blob_bytes((uint8_t*)new_blob_addr, new_blob_size, CSSLOT_ENTITLEMENTS,… in ubc_cs_convert_to_multilevel_hash()