/external/chromium_org/net/quic/test_tools/ |
D | crypto_test_utils_chromium.cc | 110 ProofSource* CryptoTestUtils::ProofSourceForTesting() { in ProofSourceForTesting() 115 ProofVerifier* CryptoTestUtils::ProofVerifierForTesting() { in ProofVerifierForTesting() 124 ProofVerifyContext* CryptoTestUtils::ProofVerifyContextForTesting() { in ProofVerifyContextForTesting() 129 ProofSource* CryptoTestUtils::FakeProofSourceForTesting() { in FakeProofSourceForTesting() 134 ProofVerifier* CryptoTestUtils::FakeProofVerifierForTesting() { in FakeProofVerifierForTesting() 139 ProofVerifyContext* CryptoTestUtils::FakeProofVerifyContextForTesting() { in FakeProofVerifyContextForTesting()
|
D | crypto_test_utils.cc | 135 public CryptoTestUtils::CallbackSource { 178 CryptoTestUtils::FakeClientOptions::FakeClientOptions() in FakeClientOptions() 185 int CryptoTestUtils::HandshakeWithFakeServer( in HandshakeWithFakeServer() 214 int CryptoTestUtils::HandshakeWithFakeClient( in HandshakeWithFakeClient() 273 void CryptoTestUtils::SetupCryptoServerConfigForTest( in SetupCryptoServerConfigForTest() 286 void CryptoTestUtils::CommunicateHandshakeMessages( in CommunicateHandshakeMessages() 295 void CryptoTestUtils::CommunicateHandshakeMessagesAndRunCallbacks( in CommunicateHandshakeMessagesAndRunCallbacks() 322 pair<size_t, size_t> CryptoTestUtils::AdvanceHandshake( in AdvanceHandshake() 344 string CryptoTestUtils::GetValueForTag(const CryptoHandshakeMessage& message, in GetValueForTag() 409 CommonCertSets* CryptoTestUtils::MockCommonCertSets(StringPiece cert, in MockCommonCertSets() [all …]
|
D | crypto_test_utils.h | 39 class CryptoTestUtils { 183 DISALLOW_COPY_AND_ASSIGN(CryptoTestUtils);
|
D | crypto_test_utils_nss.cc | 58 ChannelIDSource* CryptoTestUtils::ChannelIDSourceForTesting() { in ChannelIDSourceForTesting()
|
D | crypto_test_utils_openssl.cc | 160 ChannelIDSource* CryptoTestUtils::ChannelIDSourceForTesting() { in ChannelIDSourceForTesting()
|
/external/chromium_org/net/quic/ |
D | quic_crypto_server_stream_test.cc | 72 crypto_config_.SetProofSource(CryptoTestUtils::FakeProofSourceForTesting()); in QuicCryptoServerStreamTest() 75 CryptoTestUtils::SetupCryptoServerConfigForTest( in QuicCryptoServerStreamTest() 103 return CryptoTestUtils::HandshakeWithFakeClient(connection_, &stream_, in CompleteCryptoHandshake() 115 CryptoTestUtils::FakeClientOptions client_options_; 166 CryptoTestUtils::CommunicateHandshakeMessages( in TEST_P() 201 pair<size_t, size_t> messages_moved = CryptoTestUtils::AdvanceHandshake( in TEST_P() 214 messages_moved = CryptoTestUtils::AdvanceHandshake( in TEST_P() 222 CryptoTestUtils::CommunicateHandshakeMessages( in TEST_P()
|
D | quic_crypto_server_stream.h | 24 class CryptoTestUtils; variable 96 friend class test::CryptoTestUtils;
|
D | quic_crypto_stream_test.cc | 88 EXPECT_EQ("abc", CryptoTestUtils::GetValueForTag(message, 1)); in TEST_F() 89 EXPECT_EQ("def", CryptoTestUtils::GetValueForTag(message, 2)); in TEST_F()
|
D | quic_crypto_client_stream.h | 22 class CryptoTestUtils; variable 96 friend class test::CryptoTestUtils;
|
D | quic_crypto_client_stream_test.cc | 43 CryptoTestUtils::HandshakeWithFakeServer(connection_, stream_.get()); in CompleteCryptoHandshake()
|
D | quic_client_session_test.cc | 72 CryptoTestUtils::HandshakeWithFakeServer( in CompleteCryptoHandshake()
|
/external/chromium_org/net/quic/crypto/ |
D | crypto_framer_test.cc | 288 EXPECT_EQ("abcdef", CryptoTestUtils::GetValueForTag(message, 0x12345678)); in TEST() 289 EXPECT_EQ("ghijk", CryptoTestUtils::GetValueForTag(message, 0x12345679)); in TEST() 335 EXPECT_EQ("abcdef", CryptoTestUtils::GetValueForTag(message, 0x12345678)); in TEST() 336 EXPECT_EQ("ghijk", CryptoTestUtils::GetValueForTag(message, 0x12345679)); in TEST() 337 EXPECT_EQ("lmnopqr", CryptoTestUtils::GetValueForTag(message, 0x1234567A)); in TEST() 376 EXPECT_EQ("abcdef", CryptoTestUtils::GetValueForTag(message, 0x12345678)); in TEST() 377 EXPECT_EQ("ghijk", CryptoTestUtils::GetValueForTag(message, 0x12345679)); in TEST()
|
D | crypto_server_test.cc | 84 config_.SetProofSource(CryptoTestUtils::ProofSourceForTesting()); in CryptoServerTest() 112 CryptoHandshakeMessage client_hello = CryptoTestUtils::Message( in SetUp() 254 CryptoTestUtils::BuildMessage(message_tag, ap); in InchoateClientHello() 374 ShouldFailMentioning("too small", CryptoTestUtils::Message( in TEST_P() 449 CryptoHandshakeMessage msg = CryptoTestUtils::Message( in TEST_P() 470 CryptoHandshakeMessage msg = CryptoTestUtils::Message( in TEST_P() 491 CryptoHandshakeMessage msg = CryptoTestUtils::Message( in TEST_P() 513 CryptoHandshakeMessage msg = CryptoTestUtils::Message( in TEST_P() 537 CryptoHandshakeMessage msg = CryptoTestUtils::Message( in TEST_P() 684 CryptoHandshakeMessage msg = CryptoTestUtils::Message( in TEST_P()
|
D | proof_test.cc | 69 CryptoTestUtils::ProofVerifyContextForTesting()); in RunVerification() 112 scoped_ptr<ProofSource> source(CryptoTestUtils::ProofSourceForTesting()); in TEST() 114 CryptoTestUtils::ProofVerifierForTesting()); in TEST() 234 CryptoTestUtils::ProofVerifierForTesting()); in TEST() 316 CryptoTestUtils::ProofVerifierForTesting()); in TEST()
|
D | cert_compressor_test.cc | 51 CryptoTestUtils::MockCommonCertSets(chain[0], set_hash, 1)); in TEST() 128 CryptoTestUtils::MockCommonCertSets("foo", 42, 1)); in TEST()
|
D | channel_id_test.cc | 224 CryptoTestUtils::ChannelIDSourceForTesting()); in TEST()
|
/external/chromium_org/net/tools/quic/ |
D | quic_client_session_test.cc | 19 using net::test::CryptoTestUtils; 55 CryptoTestUtils::HandshakeWithFakeServer( in CompleteCryptoHandshake()
|