Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/vm/
H A Dpmap_cs.h382 const uint8_t *cms_blob; member
/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c3325 const CS_GenericBlob *cms_blob = NULL; in ubc_cs_reconstitute_code_signature() local
3453cms_blob = csblob_find_blob_bytes((const uint8_t *)blob->csb_mem_kaddr, blob->csb_mem_size, CSSLOT… in ubc_cs_reconstitute_code_signature()
3454 if (cms_blob) { in ubc_cs_reconstitute_code_signature()
3456 new_blob_size += ntohl(cms_blob->length); in ubc_cs_reconstitute_code_signature()
3465 if (cms_blob) { in ubc_cs_reconstitute_code_signature()
3600 if (cms_blob) { in ubc_cs_reconstitute_code_signature()
3604 memcpy((void*)(new_blob_addr + blob_offset), cms_blob, ntohl(cms_blob->length)); in ubc_cs_reconstitute_code_signature()
3605 blob_offset += ntohl(cms_blob->length); in ubc_cs_reconstitute_code_signature()