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.cc125 crypto::ScopedCERTCertList cert_list( in ListCerts() local
339 ScopedCERTCertificateList cert_list = ListCerts(); in TEST_F() local
377 ScopedCERTCertificateList cert_list = ListCerts(); in TEST_F() local
395 ScopedCERTCertificateList cert_list = ListCerts(); in TEST_F() local
462 ScopedCERTCertificateList cert_list = ListCerts(); in TEST_F() local
491 ScopedCERTCertificateList cert_list = ListCerts(); in TEST_F() local
520 ScopedCERTCertificateList cert_list = ListCerts(); in TEST_F() local
576 ScopedCERTCertificateList cert_list = ListCerts(); in TEST_F() local
594 ScopedCERTCertificateList cert_list = ListCerts(); in TEST_F() local
639 ScopedCERTCertificateList cert_list = ListCerts(); in TEST_F() local
[all …]
Dnss_cert_database_chromeos_unittest.cc27 const ScopedCERTCertificateList& cert_list) { in IsCertInCertificateList()
36 const ScopedCERTCertificateList& cert_list) { in IsCertInCertificateList()
Dx509_util_apple.cc70 base::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.cc539 std::vector<TrustStoreNSS::ListCertsResult> cert_list( in ListCertsInfoImpl() local
558 crypto::ScopedCERTCertList cert_list = nullptr; in ListCertsInfoImpl() local
Dcert_verify_proc_android.cc104 ParsedCertificateList* cert_list) { in PerformAIAFetchAndAddResultToVector()
Dcert_verify_proc_unittest.cc1905 CertificateList cert_list = CreateCertificateListFromFile( in TEST_P() local
2008 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.cc34 crypto::ScopedCERTCertList cert_list(PK11_ListCertsInSlot(slot)); in IsNssBuiltInRootSlot() local
186 crypto::ScopedCERTCertList cert_list( in GetAnNssBuiltinSslTrustedRoot() local
Drevocation_builder.cc450 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.cc222 crypto::ScopedCERTCertList cert_list; in ListCertsIgnoringNSSRoots() local
Dtrust_store_nss_unittest.cc301 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()