Searched refs:CS_GenericBlob (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.41.6/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.41.6/bsd/kern/ |
| H A D | ubc_subr.c | 478 cs_validate_blob(const CS_GenericBlob *blob, size_t length) in cs_validate_blob() 480 if (length < sizeof(CS_GenericBlob) || length < ntohl(blob->length)) { in cs_validate_blob() 508 const CS_GenericBlob **rentitlements, in cs_validate_csblob() 509 const CS_GenericBlob **rder_entitlements) in cs_validate_csblob() 511 const CS_GenericBlob *blob; in cs_validate_csblob() 514 const CS_GenericBlob *self_constraint = NULL; in cs_validate_csblob() 515 const CS_GenericBlob *parent_constraint = NULL; in cs_validate_csblob() 516 const CS_GenericBlob *responsible_proc_constraint = NULL; in cs_validate_csblob() 517 const CS_GenericBlob *library_constraint = NULL; in cs_validate_csblob() 523 blob = (const CS_GenericBlob *)(const void *)addr; in cs_validate_csblob() [all …]
|
| H A D | kern_proc.c | 3769 CS_GenericBlob* xmlblob = NULL; in csops_internal() 3800 error = csblob_get_der_entitlements(blob, (const CS_GenericBlob **)&start, &length); in csops_internal() 3805 const CS_GenericBlob* transmuted = NULL; in csops_internal()
|
| /xnu-12377.41.6/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.41.6/osfmk/kern/ |
| H A D | cs_blobs.h | 290 } CS_GenericBlob typedef
|
| /xnu-12377.41.6/osfmk/vm/ |
| H A D | pmap_cs.h | 399 const CS_GenericBlob *der_entitlements;
|