Searched refs:g_testCertChainPemRoot (Results 1 – 3 of 3) sorted by relevance
60 reinterpret_cast<uint8_t *>(const_cast<char *>(g_testCertChainPemRoot)),61 sizeof(g_testCertChainPemRoot) / sizeof(g_testCertChainPemRoot[0]),378 int pemRootSize = sizeof(g_testCertChainPemRoot) / sizeof(char); in CreateChainByEnc()380 …EncodingBlob inpemRoot = { reinterpret_cast<uint8_t *>(const_cast<char *>(g_testCertChainPemRoot)), in CreateChainByEnc()
401 static const char g_testCertChainPemRoot[] = variable
145 const int g_testCertChainPemRootSize = sizeof(g_testCertChainPemRoot) / sizeof(char);239 …reinterpret_cast<uint8_t *>(const_cast<char *>(g_testCertChainPemRoot)), g_testCertChainPemRootSiz…