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 141 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 72 std::string auth_key_; member in class:remoting::protocol::V2Authenticator
ssl_hmac_channel_authenticator.cc 51 : auth_key_(auth_key) {
135 kHostAuthSslExporterLabel : kClientAuthSslExporterLabel, auth_key_);
250 kClientAuthSslExporterLabel : kHostAuthSslExporterLabel, auth_key_);
ssl_hmac_channel_authenticator.h 84 std::string auth_key_; member in class:remoting::protocol::SslHmacChannelAuthenticator

Completed in 281 milliseconds