Searched refs:V2Authenticator (Results 1 – 9 of 9) sorted by relevance
33 bool V2Authenticator::IsEkeMessage(const buzz::XmlElement* message) { in IsEkeMessage()38 scoped_ptr<Authenticator> V2Authenticator::CreateForClient( in CreateForClient()41 return scoped_ptr<Authenticator>(new V2Authenticator( in CreateForClient()46 scoped_ptr<Authenticator> V2Authenticator::CreateForHost( in CreateForHost()51 scoped_ptr<V2Authenticator> result(new V2Authenticator( in CreateForHost()58 V2Authenticator::V2Authenticator( in V2Authenticator() function in remoting::protocol::V2Authenticator69 V2Authenticator::~V2Authenticator() { in ~V2Authenticator()72 Authenticator::State V2Authenticator::state() const { in state()78 Authenticator::RejectionReason V2Authenticator::rejection_reason() const { in rejection_reason()83 void V2Authenticator::ProcessMessage(const buzz::XmlElement* message, in ProcessMessage()[all …]
23 class V2Authenticator : public Authenticator {37 virtual ~V2Authenticator();51 V2Authenticator(crypto::P224EncryptedKeyExchange::PeerType type,74 DISALLOW_COPY_AND_ASSIGN(V2Authenticator);
44 host_ = V2Authenticator::CreateForHost( in InitAuthenticators()47 client_ = V2Authenticator::CreateForClient( in InitAuthenticators()90 reinterpret_cast<V2Authenticator*>(client_.get())->state_ = in TEST_F()
57 callback.Run(V2Authenticator::CreateForHost( in CreateV2AuthenticatorWithPIN()107 v2_authenticator_ = V2Authenticator::CreateForHost( in ProcessMessageWithPairing()111 v2_authenticator_ = V2Authenticator::CreateForHost( in ProcessMessageWithPairing()
30 v2_authenticator_ = V2Authenticator::CreateForClient( in PairingClientAuthenticator()64 callback.Run(V2Authenticator::CreateForClient( in OnPinFetched()
75 underlying_ = V2Authenticator::CreateForClient( in OnThirdPartyTokenFetched()
88 underlying_ = V2Authenticator::CreateForHost( in OnThirdPartyTokenValidated()
154 current_authenticator_ = V2Authenticator::CreateForClient( in CreateV2AuthenticatorWithSecret()
181 current_authenticator_ = V2Authenticator::CreateForHost( in CreateAuthenticator()