Home
last modified time | relevance | path

Searched refs:getRevokedCerts (Results 1 - 5 of 5) sorted by relevance

/base/security/certificate_framework/interfaces/inner_api/certificate/
H A Dx509_crl.h58 CfResult (*getRevokedCerts)(HcfX509Crl *self, CfArray *entrysOut); member
/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_crl_test.cpp1010 // Test crl entry getRevokedCerts true
1015 CfResult ret = g_x509Crl->getRevokedCerts(g_x509Crl, &entrysOut); in HWTEST_F()
1033 // Test crl entry getRevokedCerts false
1037 CfResult ret = g_x509Crl->getRevokedCerts(g_x509Crl, nullptr); in HWTEST_F()
1041 // Test crl entry getRevokedCerts false
1046 CfResult ret = g_x509Crl->getRevokedCerts(nullptr, &entrysOut); in HWTEST_F()
1051 // Test crl entry getRevokedCerts false
1055 CfResult ret = g_x509Crl->getRevokedCerts(nullptr, nullptr); in HWTEST_F()
1676 ret = g_x509Crl->getRevokedCerts(&invalidCrl, &invalidArr); in HWTEST_F()
1718 ret = g_x509Crl->getRevokedCerts(g_x509Cr in HWTEST_F()
[all...]
/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H A Dx509_crl.c415 x509CertImpl->base.getRevokedCerts = GetRevokedCerts; in HcfX509CrlCreate()
/base/security/certificate_framework/test/fuzztest/v1.0/x509crl_fuzzer/
H A Dx509crl_fuzzer.cpp277 x509CrlDer->getRevokedCerts(x509CrlDer, &entrys); in TestX509CrlDer()
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_crl.cpp234 context->errCode = x509Crl->getRevokedCerts(x509Crl, array); in GetRevokedCertificatesExecute()
1479 DECLARE_NAPI_FUNCTION("getRevokedCerts", NapiCrlGetRevokedCertificates), in DefineX509CrlJS()
1516 DECLARE_NAPI_FUNCTION("getRevokedCerts", NapiCRLGetRevokedCertificates), in DefineX509CRLJS()

Completed in 8 milliseconds