Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dpmap_cs.h381 const uint8_t *cms_blob; member
/xnu-12377.1.9/bsd/kern/
H A Dubc_subr.c3286 const CS_GenericBlob *cms_blob = NULL; in ubc_cs_reconstitute_code_signature() local
3414cms_blob = csblob_find_blob_bytes((const uint8_t *)blob->csb_mem_kaddr, blob->csb_mem_size, CSSLOT… in ubc_cs_reconstitute_code_signature()
3415 if (cms_blob) { in ubc_cs_reconstitute_code_signature()
3417 new_blob_size += ntohl(cms_blob->length); in ubc_cs_reconstitute_code_signature()
3426 if (cms_blob) { in ubc_cs_reconstitute_code_signature()
3561 if (cms_blob) { in ubc_cs_reconstitute_code_signature()
3565 memcpy((void*)(new_blob_addr + blob_offset), cms_blob, ntohl(cms_blob->length)); in ubc_cs_reconstitute_code_signature()
3566 blob_offset += ntohl(cms_blob->length); in ubc_cs_reconstitute_code_signature()