Searched refs:CS_GenericBlob (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/libkern/libkern/amfi/ |
| H A D | amfi.h | 47 typedef bool (*amfi_OSEntitlements_get_transmuted_blob)(void* osentitlements, const CS_GenericBlob … 48 typedef bool (*amfi_OSEntitlements_get_xml_blob)(void* osentitlements, CS_GenericBlob **blob);
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | ubc_subr.c | 484 cs_validate_blob(const CS_GenericBlob *blob, size_t length) in cs_validate_blob() 486 if (length < sizeof(CS_GenericBlob) || length < ntohl(blob->length)) { in cs_validate_blob() 514 const CS_GenericBlob **rentitlements, in cs_validate_csblob() 515 const CS_GenericBlob **rder_entitlements) in cs_validate_csblob() 517 const CS_GenericBlob *blob; in cs_validate_csblob() 525 blob = (const CS_GenericBlob *)(const void *)addr; in cs_validate_csblob() 564 const CS_GenericBlob *subBlob = in cs_validate_csblob() 565 (const CS_GenericBlob *)(const void *)(addr + offset); in cs_validate_csblob() 692 const CS_GenericBlob * 695 const CS_GenericBlob *blob = (const CS_GenericBlob *)(const void *)addr; in csblob_find_blob_bytes() [all …]
|
| H A D | kern_proc.c | 3131 CS_GenericBlob* xmlblob = NULL; in csops_internal() 3169 error = csblob_get_der_entitlements(blob, (const CS_GenericBlob **)&start, &length); in csops_internal() 3174 const CS_GenericBlob* transmuted = NULL; in csops_internal()
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | codesign.h | 131 int csblob_get_der_entitlements(struct cs_blob *, const CS_GenericBlob **, size_t *); 133 const CS_GenericBlob * 135 const CS_GenericBlob *
|
| H A D | ubc_internal.h | 133 const CS_GenericBlob *csb_entitlements_blob; /* raw blob, subrange of csb_mem_kaddr */ 134 const CS_GenericBlob *csb_der_entitlements_blob; /* raw blob, subrange of csb_mem_kaddr */
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | cs_blobs.h | 236 } CS_GenericBlob typedef
|