Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Ddtlstransport.h64 rtc::SSLFingerprint* local_fp = in ApplyLocalTransportDescription() local
67 if (local_fp) { in ApplyLocalTransportDescription()
71 rtc::SSLFingerprint::Create(local_fp->algorithm, in ApplyLocalTransportDescription()
74 if (!(*local_fp_tmp == *local_fp)) { in ApplyLocalTransportDescription()
78 desc << " Got: " << local_fp->ToString(); in ApplyLocalTransportDescription()
107 rtc::SSLFingerprint* local_fp = in NegotiateTransportDescription() local
112 if (remote_fp && local_fp) { in NegotiateTransportDescription()
186 } else if (local_fp && (local_role == CA_ANSWER)) { in NegotiateTransportDescription()