Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_crl.cpp258 NapiX509CrlEntry *x509CrlEntryClass = new (std::nothrow) NapiX509CrlEntry(entry); in GenerateCrlEntryArray() local
259 if (x509CrlEntryClass == nullptr) { in GenerateCrlEntryArray()
266 env, instance, x509CrlEntryClass, in GenerateCrlEntryArray()
269 delete x509CrlEntryClass; in GenerateCrlEntryArray()
577 NapiX509CrlEntry *x509CrlEntryClass = new (std::nothrow) NapiX509CrlEntry(crlEntry); in GetRevokedCertificate() local
578 if (x509CrlEntryClass == nullptr) { in GetRevokedCertificate()
586 env, instance, x509CrlEntryClass, in GetRevokedCertificate()
589 delete x509CrlEntryClass; in GetRevokedCertificate()
627 if (x509CrlEntryClass == nullptr) { in GetRevokedCertificateWithCert()
634 env, instance, x509CrlEntryClass, in GetRevokedCertificateWithCert()
[all …]