Home
last modified time | relevance | path

Searched refs:crypto_negotiated_params (Results 1 – 25 of 52) sorted by relevance

123

/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_stream.cc89 QuicCryptoClientStream::crypto_negotiated_params() const { in crypto_negotiated_params() function in quic::QuicCryptoClientStream
90 return handshaker_->crypto_negotiated_params(); in crypto_negotiated_params()
H A Dquic_crypto_client_stream.h135 virtual const QuicCryptoNegotiatedParameters& crypto_negotiated_params()
196 const QuicCryptoNegotiatedParameters& crypto_negotiated_params()
H A Dtls_handshaker_test.cc169 const QuicCryptoNegotiatedParameters& crypto_negotiated_params() in crypto_negotiated_params() function in quic::test::__anondc75982b0111::TestQuicCryptoStream
171 return handshaker()->crypto_negotiated_params(); in crypto_negotiated_params()
377 client_stream_->crypto_negotiated_params(); in ExpectHandshakeSuccessful()
379 server_stream_->crypto_negotiated_params(); in ExpectHandshakeSuccessful()
511 EXPECT_EQ(server_stream_->crypto_negotiated_params().sni, ""); in TEST_P()
522 EXPECT_EQ(server_stream_->crypto_negotiated_params().sni, "test.example.com"); in TEST_P()
H A Dtls_handshaker.h50 virtual const QuicCryptoNegotiatedParameters& crypto_negotiated_params()
H A Dquic_crypto_stream.h82 virtual const QuicCryptoNegotiatedParameters& crypto_negotiated_params()
H A Dtls_client_handshaker.h51 const QuicCryptoNegotiatedParameters& crypto_negotiated_params()
H A Dquic_crypto_client_handshaker.h47 const QuicCryptoNegotiatedParameters& crypto_negotiated_params()
H A Dquic_crypto_client_stream_test.cc215 stream()->crypto_negotiated_params()); in TEST_F()
369 QuicRandom::GetInstance(), &cache, stream()->crypto_negotiated_params(), in TEST_F()
H A Dtls_server_handshaker.h56 const QuicCryptoNegotiatedParameters& crypto_negotiated_params()
H A Dquic_crypto_server_stream.h51 const QuicCryptoNegotiatedParameters& crypto_negotiated_params()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_crypto_client_stream.cc95 QuicCryptoClientStream::crypto_negotiated_params() const { in crypto_negotiated_params() function in quic::QuicCryptoClientStream
96 return handshaker_->crypto_negotiated_params(); in crypto_negotiated_params()
H A Dquic_crypto_client_stream.h144 virtual const QuicCryptoNegotiatedParameters& crypto_negotiated_params()
230 const QuicCryptoNegotiatedParameters& crypto_negotiated_params()
H A Dtls_client_handshaker_test.cc406 EXPECT_NE(stream()->crypto_negotiated_params().cipher_suite, 0); in TEST_P()
407 EXPECT_NE(stream()->crypto_negotiated_params().key_exchange_group, 0); in TEST_P()
408 EXPECT_NE(stream()->crypto_negotiated_params().peer_signature_algorithm, 0); in TEST_P()
539 EXPECT_EQ(server_stream()->crypto_negotiated_params().sni, ""); in TEST_P()
625 EXPECT_EQ(server_stream()->crypto_negotiated_params().sni, ""); in TEST_P()
H A Dtls_server_handshaker_test.cc205 client_stream()->crypto_negotiated_params(); in ExpectHandshakeSuccessful()
207 server_stream()->crypto_negotiated_params(); in ExpectHandshakeSuccessful()
308 EXPECT_EQ(server_stream()->crypto_negotiated_params().sni, in TEST_P()
H A Dquic_crypto_client_stream_test.cc143 stream()->crypto_negotiated_params()); in TEST_F()
310 QuicRandom::GetInstance(), &cache, stream()->crypto_negotiated_params(), in TEST_F()
H A Dquic_crypto_stream.h89 virtual const QuicCryptoNegotiatedParameters& crypto_negotiated_params()
H A Dquic_crypto_client_handshaker.h49 const QuicCryptoNegotiatedParameters& crypto_negotiated_params()
H A Dtls_client_handshaker.h56 const QuicCryptoNegotiatedParameters& crypto_negotiated_params()
H A Dquic_crypto_server_stream.h57 const QuicCryptoNegotiatedParameters& crypto_negotiated_params()
H A Dtls_server_handshaker.h62 const QuicCryptoNegotiatedParameters& crypto_negotiated_params()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/
H A Dmock_crypto_client_stream.h65 const quic::QuicCryptoNegotiatedParameters& crypto_negotiated_params()
H A Dmock_crypto_client_stream.cc226 MockCryptoClientStream::crypto_negotiated_params() const { in crypto_negotiated_params() function in net::MockCryptoClientStream
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/
H A Dmock_crypto_client_stream.h70 const quic::QuicCryptoNegotiatedParameters& crypto_negotiated_params()
H A Dmock_crypto_client_stream.cc251 MockCryptoClientStream::crypto_negotiated_params() const { in crypto_negotiated_params() function in net::MockCryptoClientStream
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/test_tools/
H A Dcrypto_test_utils.cc619 client->crypto_negotiated_params().subkey_secret; in CompareClientAndServerKeys()
621 server->crypto_negotiated_params().subkey_secret; in CompareClientAndServerKeys()

123