Home
last modified time | relevance | path

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

/external/chromium_org/remoting/protocol/
Dv2_authenticator.cc147 auth_key_ = key_exchange_impl_.GetKey(); in ProcessMessageInternal()
191 CHECK(!auth_key_.empty()); in CreateChannelAuthenticator()
196 local_cert_, local_key_pair_, auth_key_).Pass()); in CreateChannelAuthenticator()
200 remote_cert_, auth_key_).Pass()); in CreateChannelAuthenticator()
Dssl_hmac_channel_authenticator.cc52 : auth_key_(auth_key) { in SslHmacChannelAuthenticator()
154 kHostAuthSslExporterLabel : kClientAuthSslExporterLabel, auth_key_); in OnConnected()
269 kClientAuthSslExporterLabel : kHostAuthSslExporterLabel, auth_key_); in VerifyAuthBytes()
Dv2_authenticator.h74 std::string auth_key_; variable
Dssl_hmac_channel_authenticator.h84 std::string auth_key_; variable