Searched refs:key_exchange_impl_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dv2_authenticator.cc63 key_exchange_impl_(type, shared_secret),
66 pending_messages_.push(key_exchange_impl_.GetMessage());
129 key_exchange_impl_.ProcessMessage(spake_message);
132 pending_messages_.push(key_exchange_impl_.GetMessage());
141 auth_key_ = key_exchange_impl_.GetKey();
H A Dv2_authenticator.h68 crypto::P224EncryptedKeyExchange key_exchange_impl_; member in class:remoting::protocol::V2Authenticator

Completed in 71 milliseconds