Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/test/fuzztest/v1.0/x509crl_fuzzer/
H A Dx509crl_fuzzer.cpp249 CfBlob revocationDate = { 0 }; in TestX509CrlEntry() local
250 entry->getRevocationDate(entry, &revocationDate); in TestX509CrlEntry()
251 if (revocationDate.data != nullptr) { in TestX509CrlEntry()
252 CfFree(revocationDate.data); in TestX509CrlEntry()