Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/test/fuzztest/v1.0/x509crl_fuzzer/
H A Dx509crl_fuzzer.cpp239 CfEncodingBlob entryEncoded = { 0 }; in TestX509CrlEntry() local
240 entry->getEncoded(entry, &entryEncoded); in TestX509CrlEntry()
241 if (entryEncoded.data != nullptr) { in TestX509CrlEntry()
242 CfFree(entryEncoded.data); in TestX509CrlEntry()