HomeSort by relevance Sort by last modified time
    Searched refs:NegotiatingAuthenticatorTest (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/protocol/
negotiating_authenticator_unittest.cc 45 class NegotiatingAuthenticatorTest : public AuthenticatorTestBase {
47 NegotiatingAuthenticatorTest() {
49 virtual ~NegotiatingAuthenticatorTest() {
76 base::Bind(&NegotiatingAuthenticatorTest::FetchSecret,
147 DISALLOW_COPY_AND_ASSIGN(NegotiatingAuthenticatorTest);
150 TEST_F(NegotiatingAuthenticatorTest, SuccessfulAuthHmac) {
158 TEST_F(NegotiatingAuthenticatorTest, SuccessfulAuthPlain) {
165 TEST_F(NegotiatingAuthenticatorTest, InvalidSecretHmac) {
174 TEST_F(NegotiatingAuthenticatorTest, InvalidSecretPlain) {
183 TEST_F(NegotiatingAuthenticatorTest, IncompatibleMethods)
    [all...]
pairing_registry.h 148 friend class NegotiatingAuthenticatorTest;

Completed in 38 milliseconds