Searched refs:cms_blob (Results 1 – 2 of 2) sorted by relevance
382 const uint8_t *cms_blob; member
3335 const CS_GenericBlob *cms_blob = NULL; in ubc_cs_reconstitute_code_signature() local3463 …cms_blob = csblob_find_blob_bytes((const uint8_t *)blob->csb_mem_kaddr, blob->csb_mem_size, CSSLOT… in ubc_cs_reconstitute_code_signature()3464 if (cms_blob) { in ubc_cs_reconstitute_code_signature()3466 new_blob_size += ntohl(cms_blob->length); in ubc_cs_reconstitute_code_signature()3475 if (cms_blob) { in ubc_cs_reconstitute_code_signature()3610 if (cms_blob) { in ubc_cs_reconstitute_code_signature()3614 memcpy((void*)(new_blob_addr + blob_offset), cms_blob, ntohl(cms_blob->length)); in ubc_cs_reconstitute_code_signature()3615 blob_offset += ntohl(cms_blob->length); in ubc_cs_reconstitute_code_signature()