Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Ddtlstransport.h113 remote_fingerprint_.reset(new rtc::SSLFingerprint(*remote_fp)); in NegotiateTransportDescription()
192 remote_fingerprint_.reset(new rtc::SSLFingerprint( in NegotiateTransportDescription()
232 if (!channel->SetRemoteFingerprint(remote_fingerprint_->algorithm, in ApplyNegotiatedTransportDescription()
234 remote_fingerprint_->digest.data()), in ApplyNegotiatedTransportDescription()
235 remote_fingerprint_->digest.size())) { in ApplyNegotiatedTransportDescription()
245 rtc::scoped_ptr<rtc::SSLFingerprint> remote_fingerprint_; variable