HomeSort by relevance Sort by last modified time
    Searched refs:certificate_sent_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/protocol/
v2_authenticator.h 63 bool certificate_sent_; member in class:remoting::protocol::V2Authenticator
v2_authenticator.cc 62 : certificate_sent_(false),
173 if (!local_cert_.empty() && !certificate_sent_) {
179 certificate_sent_ = true;

Completed in 38 milliseconds