Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dcodesign.h142 int csblob_get_der_entitlements(struct cs_blob *, const CS_GenericBlob **, size_t *);
144 const CS_GenericBlob* csblob_get_der_entitlements_unsafe(struct cs_blob *);
146 const CS_GenericBlob *
148 const CS_GenericBlob *
H A Dubc_internal.h137 const CS_GenericBlob *csb_entitlements_blob; /* raw blob, subrange of csb_mem_kaddr */
138 const CS_GenericBlob *csb_der_entitlements_blob; /* raw blob, subrange of csb_mem_kaddr */
/xnu-11215/bsd/kern/
H A Dubc_subr.c508 const CS_GenericBlob **rentitlements, in cs_validate_csblob()
511 const CS_GenericBlob *blob; in cs_validate_csblob()
562 const CS_GenericBlob *subBlob = in cs_validate_csblob()
726 const CS_GenericBlob *
729 const CS_GenericBlob *blob = (const CS_GenericBlob *)(const void *)addr; in csblob_find_blob_bytes()
771 const CS_GenericBlob *
797 const CS_GenericBlob *blob; in csblob_find_special_slot_blob()
853 const CS_GenericBlob *entitlements; in csblob_get_entitlements()
901 const CS_GenericBlob*
915 const CS_GenericBlob *der_entitlements; in csblob_get_der_entitlements()
[all …]
H A Dkern_proc.c3430 CS_GenericBlob* xmlblob = NULL; in csops_internal()
3461 error = csblob_get_der_entitlements(blob, (const CS_GenericBlob **)&start, &length); in csops_internal()
3466 const CS_GenericBlob* transmuted = NULL; in csops_internal()
/xnu-11215/libkern/libkern/amfi/
H A Damfi.h57 typedef bool (*amfi_OSEntitlements_get_transmuted_blob)(void* osentitlements, const CS_GenericBlob
58 typedef bool (*amfi_OSEntitlements_get_xml_blob)(void* osentitlements, CS_GenericBlob **blob);
/xnu-11215/osfmk/kern/
H A Dcs_blobs.h290 } CS_GenericBlob typedef
/xnu-11215/osfmk/vm/
H A Dpmap_cs.h398 const CS_GenericBlob *der_entitlements;