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

  /external/chromium_org/net/quic/test_tools/
crypto_test_utils_chromium.cc 40 ProofSource* CryptoTestUtils::ProofSourceForTesting() {
45 ProofVerifier* CryptoTestUtils::ProofVerifierForTesting() {
crypto_test_utils.cc 127 CryptoTestUtils::FakeClientOptions::FakeClientOptions()
133 int CryptoTestUtils::HandshakeWithFakeServer(
160 int CryptoTestUtils::HandshakeWithFakeClient(
198 void CryptoTestUtils::SetupCryptoServerConfigForTest(
211 void CryptoTestUtils::CommunicateHandshakeMessages(
233 pair<size_t, size_t> CryptoTestUtils::AdvanceHandshake(
255 string CryptoTestUtils::GetValueForTag(const CryptoHandshakeMessage& message,
320 CommonCertSets* CryptoTestUtils::MockCommonCertSets(StringPiece cert,
326 void CryptoTestUtils::CompareClientAndServerKeys(
414 QuicTag CryptoTestUtils::ParseTag(const char* tagstr)
    [all...]
crypto_test_utils.h 37 class CryptoTestUtils {
crypto_test_utils_nss.cc 132 ChannelIDSigner* CryptoTestUtils::ChannelIDSignerForTesting() {
crypto_test_utils_openssl.cc 167 ChannelIDSigner* CryptoTestUtils::ChannelIDSignerForTesting() {
  /external/chromium_org/net/quic/
quic_crypto_server_stream.h 22 class CryptoTestUtils;
49 friend class test::CryptoTestUtils;
quic_crypto_client_stream.h 24 class CryptoTestUtils;
73 friend class test::CryptoTestUtils;
quic_crypto_server_stream_test.cc 68 // crypto_config_.SetProofSource(CryptoTestUtils::ProofSourceForTesting());
71 CryptoTestUtils::SetupCryptoServerConfigForTest(
99 return CryptoTestUtils::HandshakeWithFakeClient(connection_, &stream_,
111 CryptoTestUtils::FakeClientOptions client_options_;
159 CryptoTestUtils::CommunicateHandshakeMessages(
194 pair<size_t, size_t> messages_moved = CryptoTestUtils::AdvanceHandshake(
207 messages_moved = CryptoTestUtils::AdvanceHandshake(
215 CryptoTestUtils::CommunicateHandshakeMessages(
quic_crypto_stream_test.cc 87 EXPECT_EQ("abc", CryptoTestUtils::GetValueForTag(message, 1));
88 EXPECT_EQ("def", CryptoTestUtils::GetValueForTag(message, 2));
quic_crypto_client_stream_test.cc 37 CryptoTestUtils::HandshakeWithFakeServer(connection_, stream_.get());
quic_client_session_test.cc 90 CryptoTestUtils::HandshakeWithFakeServer(
  /external/chromium_org/net/tools/quic/
quic_client_session_test.cc 16 using net::test::CryptoTestUtils;
40 CryptoTestUtils::HandshakeWithFakeServer(
  /external/chromium_org/net/quic/crypto/
crypto_framer_test.cc 288 EXPECT_EQ("abcdef", CryptoTestUtils::GetValueForTag(message, 0x12345678));
289 EXPECT_EQ("ghijk", CryptoTestUtils::GetValueForTag(message, 0x12345679));
335 EXPECT_EQ("abcdef", CryptoTestUtils::GetValueForTag(message, 0x12345678));
336 EXPECT_EQ("ghijk", CryptoTestUtils::GetValueForTag(message, 0x12345679));
337 EXPECT_EQ("lmnopqr", CryptoTestUtils::GetValueForTag(message, 0x1234567A));
376 EXPECT_EQ("abcdef", CryptoTestUtils::GetValueForTag(message, 0x12345678));
377 EXPECT_EQ("ghijk", CryptoTestUtils::GetValueForTag(message, 0x12345679));
crypto_server_test.cc 30 config_.SetProofSource(CryptoTestUtils::ProofSourceForTesting());
51 CryptoHandshakeMessage client_hello = CryptoTestUtils::Message(
163 CryptoTestUtils::BuildMessage(message_tag, ap);
239 ShouldFailMentioning("too small", CryptoTestUtils::Message(
295 CryptoHandshakeMessage msg = CryptoTestUtils::Message(
435 CryptoHandshakeMessage msg = CryptoTestUtils::Message(
cert_compressor_test.cc 51 CryptoTestUtils::MockCommonCertSets(chain[0], set_hash, 1));
128 CryptoTestUtils::MockCommonCertSets("foo", 42, 1));
channel_id_test.cc 224 CryptoTestUtils::ChannelIDSignerForTesting());
proof_test.cc 31 scoped_ptr<ProofSource> source(CryptoTestUtils::ProofSourceForTesting());
33 CryptoTestUtils::ProofVerifierForTesting());
249 CryptoTestUtils::ProofVerifierForTesting());
332 CryptoTestUtils::ProofVerifierForTesting());

Completed in 756 milliseconds