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

Completed in 326 milliseconds