/external/chromium_org/net/quic/test_tools/ |
D | crypto_test_utils.cc | 127 CryptoTestUtils::FakeClientOptions::FakeClientOptions() in FakeClientOptions() 133 int CryptoTestUtils::HandshakeWithFakeServer( in HandshakeWithFakeServer() 160 int CryptoTestUtils::HandshakeWithFakeClient( in HandshakeWithFakeClient() 198 void CryptoTestUtils::SetupCryptoServerConfigForTest( in SetupCryptoServerConfigForTest() 211 void CryptoTestUtils::CommunicateHandshakeMessages( in CommunicateHandshakeMessages() 233 pair<size_t, size_t> CryptoTestUtils::AdvanceHandshake( in AdvanceHandshake() 255 string CryptoTestUtils::GetValueForTag(const CryptoHandshakeMessage& message, in GetValueForTag() 320 CommonCertSets* CryptoTestUtils::MockCommonCertSets(StringPiece cert, in MockCommonCertSets() 326 void CryptoTestUtils::CompareClientAndServerKeys( in CompareClientAndServerKeys() 414 QuicTag CryptoTestUtils::ParseTag(const char* tagstr) { in ParseTag() [all …]
|
D | crypto_test_utils_chromium.cc | 40 ProofSource* CryptoTestUtils::ProofSourceForTesting() { in ProofSourceForTesting() 45 ProofVerifier* CryptoTestUtils::ProofVerifierForTesting() { in ProofVerifierForTesting()
|
D | crypto_test_utils.h | 37 class CryptoTestUtils {
|
D | crypto_test_utils_nss.cc | 132 ChannelIDSigner* CryptoTestUtils::ChannelIDSignerForTesting() { in ChannelIDSignerForTesting()
|
D | crypto_test_utils_openssl.cc | 167 ChannelIDSigner* CryptoTestUtils::ChannelIDSignerForTesting() { in ChannelIDSignerForTesting()
|
/external/chromium_org/net/quic/ |
D | quic_crypto_server_stream_test.cc | 71 CryptoTestUtils::SetupCryptoServerConfigForTest( in QuicCryptoServerStreamTest() 99 return CryptoTestUtils::HandshakeWithFakeClient(connection_, &stream_, in CompleteCryptoHandshake() 111 CryptoTestUtils::FakeClientOptions client_options_; 159 CryptoTestUtils::CommunicateHandshakeMessages( in TEST_P() 194 pair<size_t, size_t> messages_moved = CryptoTestUtils::AdvanceHandshake( in TEST_P() 207 messages_moved = CryptoTestUtils::AdvanceHandshake( in TEST_P() 215 CryptoTestUtils::CommunicateHandshakeMessages( in TEST_P()
|
D | quic_crypto_server_stream.h | 22 class CryptoTestUtils; variable 49 friend class test::CryptoTestUtils;
|
D | quic_crypto_client_stream.h | 24 class CryptoTestUtils; variable 73 friend class test::CryptoTestUtils;
|
D | quic_crypto_stream_test.cc | 87 EXPECT_EQ("abc", CryptoTestUtils::GetValueForTag(message, 1)); in TEST_F() 88 EXPECT_EQ("def", CryptoTestUtils::GetValueForTag(message, 2)); in TEST_F()
|
D | quic_crypto_client_stream_test.cc | 37 CryptoTestUtils::HandshakeWithFakeServer(connection_, stream_.get()); in CompleteCryptoHandshake()
|
D | quic_client_session_test.cc | 90 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 | 30 config_.SetProofSource(CryptoTestUtils::ProofSourceForTesting()); in CryptoServerTest() 51 CryptoHandshakeMessage client_hello = CryptoTestUtils::Message( in SetUp() 163 CryptoTestUtils::BuildMessage(message_tag, ap); in InchoateClientHello() 239 ShouldFailMentioning("too small", CryptoTestUtils::Message( in TEST_F() 295 CryptoHandshakeMessage msg = CryptoTestUtils::Message( in TEST_F() 435 CryptoHandshakeMessage msg = CryptoTestUtils::Message( in TEST_F()
|
D | proof_test.cc | 31 scoped_ptr<ProofSource> source(CryptoTestUtils::ProofSourceForTesting()); in TEST() 33 CryptoTestUtils::ProofVerifierForTesting()); in TEST() 249 CryptoTestUtils::ProofVerifierForTesting()); in TEST() 332 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::ChannelIDSignerForTesting()); in TEST()
|
/external/chromium_org/net/tools/quic/ |
D | quic_client_session_test.cc | 16 using net::test::CryptoTestUtils; 40 CryptoTestUtils::HandshakeWithFakeServer( in CompleteCryptoHandshake()
|