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 59 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_));
127 std::string host_cert_; member in class:remoting::protocol::SslHmacChannelAuthenticatorTest
150 host_cert_, kTestSharedSecret);
152 host_cert_, key_pair_, kTestSharedSecret);
170 host_cert_, kTestSharedSecretBad);
172 host_cert_, key_pair_, kTestSharedSecret);

Completed in 122 milliseconds