Searched refs:getRevokedCert (Results 1 - 6 of 6) sorted by relevance
/base/security/certificate_framework/test/unittest/v1.0/src/ |
H A D | crypto_x509_crl_test.cpp | 557 // Test crl getRevokedCert true 563 CfResult ret = g_x509Crl->getRevokedCert(g_x509Crl, &testSnBlob, &crlEntry); in HWTEST_F() 569 // Test crl getRevokedCert false 576 CfResult ret = g_x509Crl->getRevokedCert(g_x509Crl, &testSnBlob, &crlEntry); in HWTEST_F() 580 // Test crl getRevokedCert false 585 CfResult ret = g_x509Crl->getRevokedCert(g_x509Crl, &testSnBlob, nullptr); in HWTEST_F() 589 // Test crl getRevokedCert false 595 CfResult ret = g_x509Crl->getRevokedCert(nullptr, &testSnBlob, &crlEntry); in HWTEST_F() 599 // Test crl getRevokedCert false 604 CfResult ret = g_x509Crl->getRevokedCert(nullpt in HWTEST_F() [all...] |
H A D | crypto_x509_crl_test_part2.cpp | 59 ret = g_x509Crl->getRevokedCert(g_x509Crl, &testSnBlob, &g_crlEntry); in SetUpTestCase()
|
/base/security/certificate_framework/interfaces/inner_api/certificate/ |
H A D | x509_crl.h | 51 CfResult (*getRevokedCert)(HcfX509Crl *self, const CfBlob *serialNumber, HcfX509CrlEntry **entryOut); member
|
/base/security/certificate_framework/test/fuzztest/v1.0/x509crl_fuzzer/ |
H A D | x509crl_fuzzer.cpp | 237 x509CrlDer->getRevokedCert(x509CrlDer, &serialBlob, &entry); in TestX509CrlEntry() 267 x509CrlDer->getRevokedCert(x509CrlDer, &serialBlob, &entry); in TestX509CrlEntry()
|
/base/security/certificate_framework/frameworks/core/v1.0/certificate/ |
H A D | x509_crl.c | 413 x509CertImpl->base.getRevokedCert = GetRevokedCert; in HcfX509CrlCreate()
|
/base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
H A D | napi_x509_crl.cpp | 568 CfResult ret = x509Crl->getRevokedCert(x509Crl, &serialNumber, &crlEntry); in GetRevokedCertificate() 1478 DECLARE_NAPI_FUNCTION("getRevokedCert", NapiCrlGetRevokedCertificate), in DefineX509CrlJS() 1515 DECLARE_NAPI_FUNCTION("getRevokedCert", NapiCRLGetRevokedCertificate), in DefineX509CRLJS()
|
Completed in 8 milliseconds