Home
last modified time | relevance | path

Searched refs:store (Results 1 – 5 of 5) sorted by relevance

/pki/
A Dtrust_store_collection.cc24 void TrustStoreCollection::AddTrustStore(TrustStore *store) { in AddTrustStore() argument
25 BSSL_CHECK(store); in AddTrustStore()
26 stores_.push_back(store); in AddTrustStore()
31 for (auto *store : stores_) { in SyncGetIssuersOf() local
32 store->SyncGetIssuersOf(cert, issuers); in SyncGetIssuersOf()
40 for (auto *store : stores_) { in GetTrust() local
41 CertificateTrust cur_trust = store->GetTrust(cert); in GetTrust()
A Dverify.cc95 auto store = std::make_unique<TrustStoreInMemory>(); in FromDER() local
110 store->AddTrustAnchor(parsed_cert.value()); in FromDER()
113 return WrapTrustStore(std::move(store)); in FromDER()
119 auto store = std::make_unique<TrustStoreInMemory>(); in FromDER() local
126 store->AddTrustAnchor(parsed_cert.value()); in FromDER()
129 return WrapTrustStore(std::move(store)); in FromDER()
A Dtrust_store_collection.h40 void AddTrustStore(TrustStore *store);
/pki/testdata/verify_certificate_chain_unittest/target-and-intermediate/
A Ddistrusted-root-expired.test7 ERROR: Distrusted by trust store
A Ddistrusted-root.test7 ERROR: Distrusted by trust store

Completed in 6 milliseconds