Searched refs:g_crlEntry (Results 1 – 1 of 1) sorted by relevance
39 HcfX509CrlEntry *g_crlEntry = nullptr; variable61 EXPECT_NE(g_crlEntry, nullptr); in SetUpTestCase()75 if (g_crlEntry != nullptr) { in TearDownTestCase()76 CfObjDestroy(g_crlEntry); in TearDownTestCase()77 g_crlEntry = nullptr; in TearDownTestCase()444 CfResult ret = g_crlEntry->toString(g_crlEntry, &blob);458 ret = g_crlEntry->toString(g_crlEntry, NULL);471 CfResult ret = g_crlEntry->hashCode(g_crlEntry, &blob);485 ret = g_crlEntry->hashCode(g_crlEntry, NULL);498 CfResult ret = g_crlEntry->getExtensionsObject(g_crlEntry, &blob);[all …]