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

  /external/chromium_org/remoting/protocol/
authenticator_test_base.h 60 std::string host_cert_; member in class:remoting::protocol::AuthenticatorTestBase
ssl_hmac_channel_authenticator_unittest.cc 61 ASSERT_TRUE(base::ReadFileToString(cert_path, &host_cert_));
133 std::string host_cert_; member in class:remoting::protocol::SslHmacChannelAuthenticatorTest
149 host_cert_, kTestSharedSecret);
151 host_cert_, key_pair_, kTestSharedSecret);
169 host_cert_, kTestSharedSecretBad);
171 host_cert_, key_pair_, kTestSharedSecret);

Completed in 52 milliseconds