Searched refs:cms_blob (Results 1 – 2 of 2) sorted by relevance
382 const uint8_t *cms_blob; member
3325 const CS_GenericBlob *cms_blob = NULL; in ubc_cs_reconstitute_code_signature() local3453 …cms_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()