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

  /external/chromium_org/remoting/protocol/
v2_authenticator.cc 33 bool V2Authenticator::IsEkeMessage(const buzz::XmlElement* message) {
38 scoped_ptr<Authenticator> V2Authenticator::CreateForClient(
41 return scoped_ptr<Authenticator>(new V2Authenticator(
46 scoped_ptr<Authenticator> V2Authenticator::CreateForHost(
51 scoped_ptr<V2Authenticator> result(new V2Authenticator(
58 V2Authenticator::V2Authenticator(
70 V2Authenticator::~V2Authenticator() {
    [all...]
v2_authenticator.h 23 class V2Authenticator : public Authenticator {
37 virtual ~V2Authenticator();
52 V2Authenticator(crypto::P224EncryptedKeyExchange::PeerType type,
76 DISALLOW_COPY_AND_ASSIGN(V2Authenticator);
pairing_host_authenticator.cc 57 callback.Run(V2Authenticator::CreateForHost(
107 v2_authenticator_ = V2Authenticator::CreateForHost(
111 v2_authenticator_ = V2Authenticator::CreateForHost(
v2_authenticator_unittest.cc 44 host_ = V2Authenticator::CreateForHost(
47 client_ = V2Authenticator::CreateForClient(
90 reinterpret_cast<V2Authenticator*>(client_.get())->state_ =
98 // This assumes that V2Authenticator::ProcessMessage runs synchronously.
pairing_client_authenticator.cc 30 v2_authenticator_ = V2Authenticator::CreateForClient(
49 // in this case the V2Authenticator is being used optimistically to send the
64 callback.Run(V2Authenticator::CreateForClient(
third_party_client_authenticator.cc 75 underlying_ = V2Authenticator::CreateForClient(
third_party_host_authenticator.cc 89 underlying_ = V2Authenticator::CreateForHost(
negotiating_client_authenticator.cc 154 current_authenticator_ = V2Authenticator::CreateForClient(
negotiating_host_authenticator.cc 182 current_authenticator_ = V2Authenticator::CreateForHost(

Completed in 594 milliseconds