Searched refs:x509CertCrlCollection (Results 1 - 4 of 4) sorted by relevance
/base/security/certificate_framework/test/unittest/v1.0/src/ |
H A D | crypto_x509_cert_crl_collection_test.cpp | 193 HcfCertCrlCollection *x509CertCrlCollection = nullptr; in HWTEST_F() local 201 CfResult ret = HcfCertCrlCollectionCreate(certArray, crlArray, &x509CertCrlCollection); in HWTEST_F() 203 ASSERT_NE(x509CertCrlCollection, nullptr); in HWTEST_F() 207 ret = x509CertCrlCollection->selectCerts(x509CertCrlCollection, &matchParams, &retCerts); in HWTEST_F() 212 CfObjDestroy(x509CertCrlCollection); in HWTEST_F() 272 HcfCertCrlCollection *x509CertCrlCollection = nullptr; in HWTEST_F() local 280 CfResult ret = HcfCertCrlCollectionCreate(certArray, crlArray, &x509CertCrlCollection); in HWTEST_F() 282 ASSERT_NE(x509CertCrlCollection, nullptr); in HWTEST_F() 289 ret = x509CertCrlCollection in HWTEST_F() 304 HcfCertCrlCollection *x509CertCrlCollection = nullptr; HWTEST_F() local 355 HcfCertCrlCollection *x509CertCrlCollection = nullptr; HWTEST_F() local 438 HcfCertCrlCollection *x509CertCrlCollection = nullptr; HWTEST_F() local 467 HcfCertCrlCollection *x509CertCrlCollection = nullptr; HWTEST_F() local 513 HcfCertCrlCollection *x509CertCrlCollection = nullptr; HWTEST_F() local [all...] |
H A D | crypto_x509_test_common.cpp | 406 HcfCertCrlCollection *x509CertCrlCollection = nullptr; in BuildCollectionArr() local 407 ret = HcfCertCrlCollectionCreate(certArray, crlArray, &x509CertCrlCollection); in BuildCollectionArr() 409 ASSERT_NE(x509CertCrlCollection, nullptr); in BuildCollectionArr() 413 certCRLCollections.data[0] = x509CertCrlCollection; in BuildCollectionArr()
|
/base/security/certificate_framework/test/fuzztest/v1.0/x509crl_fuzzer/ |
H A D | x509crl_fuzzer.cpp | 360 HcfCertCrlCollection *x509CertCrlCollection = nullptr; in OneCrlCollectionTest() local 389 ret = HcfCertCrlCollectionCreate(&certArray, &crlArray, &x509CertCrlCollection); in OneCrlCollectionTest() 390 if (ret != CF_SUCCESS || x509CertCrlCollection == nullptr) { in OneCrlCollectionTest() 399 CfObjDestroy(x509CertCrlCollection); in OneCrlCollectionTest() 415 HcfCertCrlCollection *x509CertCrlCollection = nullptr; in FuzzDoX509CrlCollectionTest() local 446 ret = HcfCertCrlCollectionCreate(&certArray, &crlArray, &x509CertCrlCollection); in FuzzDoX509CrlCollectionTest() 447 if (ret != CF_SUCCESS || x509CertCrlCollection == nullptr) { in FuzzDoX509CrlCollectionTest() 455 CfObjDestroy(x509CertCrlCollection); in FuzzDoX509CrlCollectionTest()
|
/base/security/certificate_framework/test/fuzztest/v1.0/x509certchain_fuzzer/ |
H A D | x509certchain_fuzzer.cpp | 539 HcfCertCrlCollection *x509CertCrlCollection = nullptr; in BuildCollectionArrNoCRL() local 560 ret = HcfCertCrlCollectionCreate(certArray, nullptr, &x509CertCrlCollection); in BuildCollectionArrNoCRL() 570 certCRLCollections.data[0] = x509CertCrlCollection; in BuildCollectionArrNoCRL() 580 CfObjDestroy(x509CertCrlCollection); in BuildCollectionArrNoCRL()
|
Completed in 5 milliseconds