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

  /external/chromium_org/remoting/protocol/
v2_authenticator.cc 63 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();
v2_authenticator.h 68 crypto::P224EncryptedKeyExchange key_exchange_impl_; member in class:remoting::protocol::V2Authenticator

Completed in 27 milliseconds