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