Home
last modified time | relevance | path

Searched refs:FillClientHello (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/crypto/
H A Dquic_crypto_client_config_test.cc263 TEST_F(QuicCryptoClientConfigTest, FillClientHello) { in TEST_F() argument
273 config.FillClientHello(server_id, kConnectionId, QuicVersionMax(), in TEST_F()
294 config.FillClientHello(server_id, kConnectionId, QuicVersionMax(), in TEST_F()
H A Dquic_crypto_client_config.h292 QuicErrorCode FillClientHello(
H A Dquic_crypto_client_config.cc486 QuicErrorCode QuicCryptoClientConfig::FillClientHello( in FillClientHello() function in quic::QuicCryptoClientConfig
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/crypto/
H A Dquic_crypto_client_config_test.cc305 TEST_F(QuicCryptoClientConfigTest, FillClientHello) { in TEST_F() argument
315 config.FillClientHello(server_id, kConnectionId, QuicVersionMax(), in TEST_F()
336 config.FillClientHello(server_id, kConnectionId, QuicVersionMax(), in TEST_F()
H A Dquic_crypto_client_config.h305 QuicErrorCode FillClientHello(
H A Dquic_crypto_client_config.cc518 QuicErrorCode QuicCryptoClientConfig::FillClientHello( in FillClientHello() function in quic::QuicCryptoClientConfig
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/core/
H A Dquic_crypto_client_handshaker.cc314 QuicErrorCode error = crypto_config_->FillClientHello( in DoSendCHLO()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_crypto_client_handshaker.cc355 QuicErrorCode error = crypto_config_->FillClientHello( in DoSendCHLO()