V2Authenticator   154 remoting/protocol/negotiating_client_authenticator.cc   current_authenticator_ = V2Authenticator::CreateForClient(
V2Authenticator   182 remoting/protocol/negotiating_host_authenticator.cc     current_authenticator_ = V2Authenticator::CreateForHost(
V2Authenticator    30 remoting/protocol/pairing_client_authenticator.cc   v2_authenticator_ = V2Authenticator::CreateForClient(
V2Authenticator    64 remoting/protocol/pairing_client_authenticator.cc   callback.Run(V2Authenticator::CreateForClient(
V2Authenticator    57 remoting/protocol/pairing_host_authenticator.cc   callback.Run(V2Authenticator::CreateForHost(
V2Authenticator   107 remoting/protocol/pairing_host_authenticator.cc     v2_authenticator_  = V2Authenticator::CreateForHost(
V2Authenticator   111 remoting/protocol/pairing_host_authenticator.cc     v2_authenticator_ = V2Authenticator::CreateForHost(
V2Authenticator    75 remoting/protocol/third_party_client_authenticator.cc     underlying_ = V2Authenticator::CreateForClient(
V2Authenticator    89 remoting/protocol/third_party_host_authenticator.cc   underlying_ = V2Authenticator::CreateForHost(
V2Authenticator    33 remoting/protocol/v2_authenticator.cc bool V2Authenticator::IsEkeMessage(const buzz::XmlElement* message) {
V2Authenticator    38 remoting/protocol/v2_authenticator.cc scoped_ptr<Authenticator> V2Authenticator::CreateForClient(
V2Authenticator    41 remoting/protocol/v2_authenticator.cc   return scoped_ptr<Authenticator>(new V2Authenticator(
V2Authenticator    46 remoting/protocol/v2_authenticator.cc scoped_ptr<Authenticator> V2Authenticator::CreateForHost(
V2Authenticator    51 remoting/protocol/v2_authenticator.cc   scoped_ptr<V2Authenticator> result(new V2Authenticator(
V2Authenticator    58 remoting/protocol/v2_authenticator.cc V2Authenticator::V2Authenticator(
V2Authenticator    69 remoting/protocol/v2_authenticator.cc V2Authenticator::~V2Authenticator() {
V2Authenticator    72 remoting/protocol/v2_authenticator.cc Authenticator::State V2Authenticator::state() const {
V2Authenticator    78 remoting/protocol/v2_authenticator.cc Authenticator::RejectionReason V2Authenticator::rejection_reason() const {
V2Authenticator    83 remoting/protocol/v2_authenticator.cc void V2Authenticator::ProcessMessage(const buzz::XmlElement* message,
V2Authenticator    89 remoting/protocol/v2_authenticator.cc void V2Authenticator::ProcessMessageInternal(const buzz::XmlElement* message) {
V2Authenticator   150 remoting/protocol/v2_authenticator.cc scoped_ptr<buzz::XmlElement> V2Authenticator::GetNextMessage() {
V2Authenticator   184 remoting/protocol/v2_authenticator.cc V2Authenticator::CreateChannelAuthenticator() const {
V2Authenticator   199 remoting/protocol/v2_authenticator.cc bool V2Authenticator::is_host_side() const {
V2Authenticator    23 remoting/protocol/v2_authenticator.h class V2Authenticator : public Authenticator {
V2Authenticator    37 remoting/protocol/v2_authenticator.h   virtual ~V2Authenticator();
V2Authenticator    51 remoting/protocol/v2_authenticator.h   V2Authenticator(crypto::P224EncryptedKeyExchange::PeerType type,
V2Authenticator    74 remoting/protocol/v2_authenticator.h   DISALLOW_COPY_AND_ASSIGN(V2Authenticator);
V2Authenticator    44 remoting/protocol/v2_authenticator_unittest.cc     host_ = V2Authenticator::CreateForHost(
V2Authenticator    47 remoting/protocol/v2_authenticator_unittest.cc     client_ = V2Authenticator::CreateForClient(
V2Authenticator    90 remoting/protocol/v2_authenticator_unittest.cc   reinterpret_cast<V2Authenticator*>(client_.get())->state_ =