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.cc49 PairingAuthenticatorBase::rejection_reason() const { in rejection_reason() function in remoting::protocol::PairingAuthenticatorBase
53 return v2_authenticator_->rejection_reason(); in rejection_reason()
129 v2_authenticator_->rejection_reason() == INVALID_CREDENTIALS && in CheckForFailedSpakeExchange()
Dthird_party_authenticator_base.cc49 ThirdPartyAuthenticatorBase::rejection_reason() const { in rejection_reason() function in remoting::protocol::ThirdPartyAuthenticatorBase
54 return underlying_->rejection_reason(); in rejection_reason()
Dnegotiating_authenticator_base.cc51 NegotiatingAuthenticatorBase::rejection_reason() const { in rejection_reason() function in remoting::protocol::NegotiatingAuthenticatorBase
79 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.h68 virtual RejectionReason rejection_reason() const OVERRIDE;
Dpairing_host_authenticator.h31 virtual RejectionReason rejection_reason() const OVERRIDE;
Dthird_party_authenticator_base.h40 virtual RejectionReason rejection_reason() const OVERRIDE;
Dauthenticator.h98 virtual RejectionReason rejection_reason() const = 0;
Dnegotiating_authenticator_unittest.cc110 ASSERT_EQ(client_->rejection_reason(), reason); in VerifyRejected()
113 ASSERT_EQ(host_->rejection_reason(), reason); in VerifyRejected()
Dpairing_authenticator_base.h47 virtual RejectionReason rejection_reason() const OVERRIDE;
Dv2_authenticator.h42 virtual RejectionReason rejection_reason() const OVERRIDE;
Dfake_authenticator.h70 virtual RejectionReason rejection_reason() const OVERRIDE;
Dme2me_host_authenticator_factory.cc37 virtual RejectionReason rejection_reason() const OVERRIDE { in rejection_reason() function in remoting::protocol::__anon6a69358f0111::RejectingAuthenticator
Dfake_authenticator.cc139 Authenticator::RejectionReason FakeAuthenticator::rejection_reason() const { in rejection_reason() function in remoting::protocol::FakeAuthenticator
Dv2_authenticator.cc83 Authenticator::RejectionReason V2Authenticator::rejection_reason() const { in rejection_reason() function in remoting::protocol::V2Authenticator
Djingle_session.cc174 authenticator_->rejection_reason())); in ContinueAcceptIncomingConnection()
609 authenticator_->rejection_reason())); in ContinueAuthenticationStep()
/external/chromium_org/remoting/host/
Dpam_authorization_factory_posix.cc28 virtual RejectionReason rejection_reason() const OVERRIDE;
71 PamAuthorizer::rejection_reason() const { in rejection_reason() function in remoting::PamAuthorizer
75 return underlying_->rejection_reason(); in rejection_reason()