Home
last modified time | relevance | path

Searched refs:CryptoServerConfigForTesting (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
H A Dcrypto_test_utils.h78 std::unique_ptr<QuicCryptoServerConfig> CryptoServerConfigForTesting();
H A Dcrypto_test_utils.cc319 std::unique_ptr<QuicCryptoServerConfig> CryptoServerConfigForTesting() { in CryptoServerConfigForTesting() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_crypto_client_stream_test.cc47 crypto_test_utils::CryptoServerConfigForTesting()) { in QuicCryptoClientStreamTest()
H A Dtls_chlo_extractor_test.cc72 crypto_test_utils::CryptoServerConfigForTesting(); in PerformFullHandshake()
H A Dtls_client_handshaker_test.cc175 server_crypto_config_ = crypto_test_utils::CryptoServerConfigForTesting();
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dquic_spdy_client_session_test.cc93 server_crypto_config_ = crypto_test_utils::CryptoServerConfigForTesting(); in QuicSpdyClientSessionTest()