HomeSort by relevance Sort by last modified time
    Searched full:auth_key_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/remoting/protocol/
v2_authenticator.cc 147 auth_key_ = key_exchange_impl_.GetKey();
191 CHECK(!auth_key_.empty());
196 local_cert_, local_key_pair_, auth_key_).Pass());
200 remote_cert_, auth_key_).Pass());
v2_authenticator.h 74 std::string auth_key_; member in class:remoting::protocol::V2Authenticator
ssl_hmac_channel_authenticator.cc 52 : auth_key_(auth_key) {
154 kHostAuthSslExporterLabel : kClientAuthSslExporterLabel, auth_key_);
269 kClientAuthSslExporterLabel : kHostAuthSslExporterLabel, auth_key_);
ssl_hmac_channel_authenticator.h 83 std::string auth_key_; member in class:remoting::protocol::SslHmacChannelAuthenticator

Completed in 101 milliseconds