Home
last modified time | relevance | path

Searched refs:rejection_reason (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/remoting/protocol/
Dpairing_authenticator_base.cc42 PairingAuthenticatorBase::rejection_reason() const { in rejection_reason() function in remoting::protocol::PairingAuthenticatorBase
46 return v2_authenticator_->rejection_reason(); in rejection_reason()
122 v2_authenticator_->rejection_reason() == INVALID_CREDENTIALS && in CheckForFailedSpakeExchange()
Dthird_party_authenticator_base.cc44 ThirdPartyAuthenticatorBase::rejection_reason() const { in rejection_reason() function in remoting::protocol::ThirdPartyAuthenticatorBase
49 return underlying_->rejection_reason(); in rejection_reason()
Dnegotiating_authenticator_base.cc44 NegotiatingAuthenticatorBase::rejection_reason() const { in rejection_reason() function in remoting::protocol::NegotiatingAuthenticatorBase
72 rejection_reason_ = current_authenticator_->rejection_reason(); in UpdateState()
Dpairing_host_authenticator.cc47 PairingHostAuthenticator::rejection_reason() const { in rejection_reason() function in remoting::protocol::PairingHostAuthenticator
51 return PairingAuthenticatorBase::rejection_reason(); in rejection_reason()
Dnegotiating_authenticator_base.h67 virtual RejectionReason rejection_reason() const OVERRIDE;
Dauthenticator.h93 virtual RejectionReason rejection_reason() const = 0;
Dthird_party_authenticator_base.h39 virtual RejectionReason rejection_reason() const OVERRIDE;
Dpairing_host_authenticator.h31 virtual RejectionReason rejection_reason() const OVERRIDE;
Dpairing_authenticator_base.h46 virtual RejectionReason rejection_reason() const OVERRIDE;
Dv2_authenticator.h41 virtual RejectionReason rejection_reason() const OVERRIDE;
Dnegotiating_authenticator_unittest.cc110 ASSERT_EQ(client_->rejection_reason(), reason); in VerifyRejected()
113 ASSERT_EQ(host_->rejection_reason(), reason); in VerifyRejected()
Dfake_authenticator.h66 virtual RejectionReason rejection_reason() const OVERRIDE;
Dme2me_host_authenticator_factory.cc32 virtual RejectionReason rejection_reason() const OVERRIDE { in rejection_reason() function in remoting::protocol::__anondd4c0d220111::RejectingAuthenticator
Dfake_authenticator.cc119 Authenticator::RejectionReason FakeAuthenticator::rejection_reason() const { in rejection_reason() function in remoting::protocol::FakeAuthenticator
Dv2_authenticator.cc78 Authenticator::RejectionReason V2Authenticator::rejection_reason() const { in rejection_reason() function in remoting::protocol::V2Authenticator
Djingle_session.cc160 authenticator_->rejection_reason())); in ContinueAcceptIncomingConnection()
599 authenticator_->rejection_reason())); in ProcessAuthenticationStep()
/external/chromium_org/remoting/host/
Dpam_authorization_factory_posix.cc27 virtual RejectionReason rejection_reason() const OVERRIDE;
66 PamAuthorizer::rejection_reason() const { in rejection_reason() function in remoting::PamAuthorizer
70 return underlying_->rejection_reason(); in rejection_reason()