Home
last modified time | relevance | path

Searched defs:cert_list (Results 1 – 17 of 17) sorted by relevance

/external/cronet/net/cert/
Dnss_cert_database_unittest.cc188 crypto::ScopedCERTCertList cert_list( in ListCerts() local
406 ScopedCERTCertificateList cert_list = ListCerts(); in TEST_F() local
458 ScopedCERTCertificateList cert_list = ListCerts(); in TEST_F() local
476 ScopedCERTCertificateList cert_list = ListCerts(); in TEST_F() local
543 ScopedCERTCertificateList cert_list = ListCerts(); in TEST_F() local
576 ScopedCERTCertificateList cert_list = ListCerts(); in TEST_F() local
611 ScopedCERTCertificateList cert_list = ListCerts(); in TEST_F() local
673 ScopedCERTCertificateList cert_list = ListCerts(); in TEST_F() local
695 ScopedCERTCertificateList cert_list = ListCerts(); in TEST_F() local
744 ScopedCERTCertificateList cert_list = ListCerts(); in TEST_F() local
[all …]
Dnss_cert_database_chromeos_unittest.cc28 const ScopedCERTCertificateList& cert_list) { in IsCertInCertificateList()
37 const ScopedCERTCertificateList& cert_list) { in IsCertInCertificateList()
Dx509_util_apple.cc71 base::apple::ScopedCFTypeRef<CFMutableArrayRef> cert_list( in CreateSecCertificateArrayForX509Certificate() local
Dnss_profile_filter_chromeos_unittest.cc46 crypto::ScopedCERTCertList cert_list(PK11_ListCertsInSlot(slot)); in ListCertsInSlot() local
Dnss_cert_database.cc562 std::vector<TrustStoreNSS::ListCertsResult> cert_list( in ListCertsInfoImpl() local
581 crypto::ScopedCERTCertList cert_list = nullptr; in ListCertsInfoImpl() local
Dcert_verify_proc_android.cc105 bssl::ParsedCertificateList* cert_list) { in PerformAIAFetchAndAddResultToVector()
Dcert_verify_proc_unittest.cc1894 CertificateList cert_list = CreateCertificateListFromFile( in TEST_P() local
2021 CertificateList cert_list = CreateCertificateListFromFile( in TEST_P() local
/external/libchrome/crypto/
Dscoped_test_nss_db.cc34 CERTCertList* cert_list = PK11_ListCertsInSlot(slot_.get()); in ~ScopedTestNSSDB() local
/external/cronet/crypto/
Dscoped_test_nss_db.cc54 ScopedCERTCertList cert_list(PK11_ListCertsInSlot(slot_.get())); in RemoveTrustFromAllCerts() local
/external/cronet/net/test/
Dcert_test_util_nss.cc72 crypto::ScopedCERTCertList cert_list(PK11_ListCertsInSlot(slot)); in IsNssBuiltInRootSlot() local
224 crypto::ScopedCERTCertList cert_list( in GetAnNssBuiltinSslTrustedRoot() local
Drevocation_builder.cc453 CBB cert_list, signature; in BuildCrlWithSigner() local
/external/tpm2-tss/src/tss2-fapi/api/
DFapi_GetPlatformCertificates.c193 NODE_OBJECT_T *cert_list = NULL; in Fapi_GetPlatformCertificates_Finish() local
/external/cronet/net/cert/internal/
Dtrust_store_nss.cc212 crypto::ScopedCERTCertList cert_list; in ListCertsIgnoringNSSRoots() local
Dtrust_store_nss_unittest.cc292 crypto::ScopedCERTCertList cert_list(PK11_ListCertsInSlot(slot)); in ChangeCertTrustInSlot() local
/external/python/asn1crypto/tests/
Dtest_x509.py2899 def cert_list(): member in X509Tests
/external/tpm2-tss/src/tss2-fapi/
Dfapi_util.c3682 NODE_OBJECT_T **cert_list) in ifapi_get_certificates()
/external/cronet/net/http/
Dtransport_security_state_unittest.cc175 const base::Value* cert_list) { in CompareCertificateChainWithList()