Searched refs:trust_store_ (Results 1 – 3 of 3) sorted by relevance
60 store_->trust_store_ = TrustStore::CreateInstanceFromPemFile(file_path); in CreateInstanceFromPemFile()65 trust_store_.certs.emplace_back(MakeTrustAnchor(kCastRootCaDer)); in CastTrustStore()66 trust_store_.certs.emplace_back(MakeTrustAnchor(kEurekaRootCaDer)); in CastTrustStore()70 trust_store_.certs.emplace_back(MakeTrustAnchor(trust_anchor_der)); in CastTrustStore()74 : trust_store_(std::move(trust_store)) {} in CastTrustStore()
33 TrustStore* trust_store() { return &trust_store_; } in trust_store()37 TrustStore trust_store_; variable
49 TrustStore* trust_store() { return &trust_store_; } in trust_store()55 trust_store_.certs.emplace_back(MakeTrustAnchor(kCastCRLRootCaDer)); in CastCRLTrustStore()58 TrustStore trust_store_; member in openscreen::cast::__anon25941ebc0111::CastCRLTrustStore