Home
last modified time | relevance | path

Searched refs:g_lastUpdate (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/certificate_framework/test/fuzztest/v1.0/x509crl_fuzzer/
H A Dx509crl_fuzzer.cpp44 ASN1_TIME *g_lastUpdate = nullptr; variable
94 if (g_lastUpdate != nullptr) { in FreeCrlData()
95 ASN1_TIME_free(g_lastUpdate); in FreeCrlData()
96 g_lastUpdate = nullptr; in FreeCrlData()
129 g_lastUpdate = ASN1_TIME_new(); in GetCrlStream()
131 ASN1_TIME_set(g_lastUpdate, t + TEST_OFFSET_TIME); in GetCrlStream()
132 (void)X509_CRL_set_lastUpdate(crl, g_lastUpdate); in GetCrlStream()