Home
last modified time | relevance | path

Searched refs:NegotiatingAuthenticatorTest (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/remoting/protocol/
Dnegotiating_authenticator_unittest.cc45 class NegotiatingAuthenticatorTest : public AuthenticatorTestBase { class
47 NegotiatingAuthenticatorTest() { in NegotiatingAuthenticatorTest() function in remoting::protocol::NegotiatingAuthenticatorTest
49 virtual ~NegotiatingAuthenticatorTest() { in ~NegotiatingAuthenticatorTest()
76 base::Bind(&NegotiatingAuthenticatorTest::FetchSecret, in InitAuthenticators()
147 DISALLOW_COPY_AND_ASSIGN(NegotiatingAuthenticatorTest);
150 TEST_F(NegotiatingAuthenticatorTest, SuccessfulAuthHmac) { in TEST_F() argument
158 TEST_F(NegotiatingAuthenticatorTest, SuccessfulAuthPlain) { in TEST_F() argument
165 TEST_F(NegotiatingAuthenticatorTest, InvalidSecretHmac) { in TEST_F() argument
174 TEST_F(NegotiatingAuthenticatorTest, InvalidSecretPlain) { in TEST_F() argument
183 TEST_F(NegotiatingAuthenticatorTest, IncompatibleMethods) { in TEST_F() argument
[all …]
Dpairing_registry.h148 friend class NegotiatingAuthenticatorTest; variable