Searched refs:CS_GenericBlob (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.81.4/bsd/sys/ |
| H A D | codesign.h | 150 int csblob_get_der_entitlements(struct cs_blob *, const CS_GenericBlob **, size_t *); 152 const CS_GenericBlob* csblob_get_der_entitlements_unsafe(struct cs_blob *); 154 const CS_GenericBlob * 156 const CS_GenericBlob *
|
| H A D | ubc_internal.h | 137 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-12377.81.4/bsd/kern/ |
| H A D | ubc_subr.c | 480 cs_validate_blob(const CS_GenericBlob *blob, size_t length) in cs_validate_blob() 482 if (length < sizeof(CS_GenericBlob) || length < ntohl(blob->length)) { in cs_validate_blob() 510 const CS_GenericBlob **rentitlements, in cs_validate_csblob() 511 const CS_GenericBlob **rder_entitlements) in cs_validate_csblob() 513 const CS_GenericBlob *blob; in cs_validate_csblob() 517 const CS_GenericBlob *self_constraint = NULL; in cs_validate_csblob() 518 const CS_GenericBlob *parent_constraint = NULL; in cs_validate_csblob() 519 const CS_GenericBlob *responsible_proc_constraint = NULL; in cs_validate_csblob() 520 const CS_GenericBlob *library_constraint = NULL; in cs_validate_csblob() 526 blob = (const CS_GenericBlob *)(const void *)addr; in cs_validate_csblob() [all …]
|
| H A D | kern_proc.c | 3885 CS_GenericBlob* xmlblob = NULL; in csops_internal() 3916 error = csblob_get_der_entitlements(blob, (const CS_GenericBlob **)&start, &length); in csops_internal() 3921 const CS_GenericBlob* transmuted = NULL; in csops_internal()
|
| /xnu-12377.81.4/libkern/libkern/amfi/ |
| H A D | amfi.h | 60 typedef bool (*amfi_OSEntitlements_get_transmuted_blob)(void* osentitlements, const CS_GenericBlob … 61 typedef bool (*amfi_OSEntitlements_get_xml_blob)(void* osentitlements, CS_GenericBlob **blob);
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | cs_blobs.h | 290 } CS_GenericBlob typedef
|
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | pmap_cs.h | 399 const CS_GenericBlob *der_entitlements;
|