Searched refs:CM_BLOB (Results 1 – 2 of 2) sorted by relevance
849 certFile.path = &(CM_BLOB(&path)); in SetcertStatus()850 certFile.fileName = &(CM_BLOB(certUri)); in SetcertStatus()859 certFile.path = &(CM_BLOB(pathBlob)); in CmSetStatusEnable()860 certFile.fileName = &(CM_BLOB(certUri)); in CmSetStatusEnable()
58 #define CM_BLOB(b) (struct CmBlob) { .size = (b)->size, .data = (uint8_t *) (b)->data } macro