Home
last modified time | relevance | path

Searched refs:GetHandshakeState (Results 1 – 25 of 56) 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.cc97 HandshakeState QuicCryptoClientStream::GetHandshakeState() const { in GetHandshakeState() function in quic::QuicCryptoClientStream
98 return handshaker_->GetHandshakeState(); in GetHandshakeState()
H A Dquic_crypto_client_stream.h146 virtual HandshakeState GetHandshakeState() const = 0;
202 HandshakeState GetHandshakeState() const override;
H A Dtls_handshaker_test.cc186 HandshakeState GetHandshakeState() const override { in GetHandshakeState() function in quic::test::__anondc75982b0111::TestQuicCryptoStream
187 return handshaker()->GetHandshakeState(); in GetHandshakeState()
373 EXPECT_EQ(HANDSHAKE_COMPLETE, client_stream_->GetHandshakeState()); in ExpectHandshakeSuccessful()
374 EXPECT_EQ(HANDSHAKE_CONFIRMED, server_stream_->GetHandshakeState()); in ExpectHandshakeSuccessful()
H A Dtls_handshaker.h53 virtual HandshakeState GetHandshakeState() const = 0;
H A Dquic_crypto_stream.h98 virtual HandshakeState GetHandshakeState() const = 0;
H A Dtls_client_handshaker.h54 HandshakeState GetHandshakeState() const override;
H A Dquic_crypto_client_handshaker.h50 HandshakeState GetHandshakeState() const override;
H A Dtls_server_handshaker.h59 HandshakeState GetHandshakeState() const override;
H A Dquic_crypto_server_stream.h54 HandshakeState GetHandshakeState() const override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/core/
H A Dquic_crypto_client_stream.cc103 HandshakeState QuicCryptoClientStream::GetHandshakeState() const { in GetHandshakeState() function in quic::QuicCryptoClientStream
104 return handshaker_->GetHandshakeState(); in GetHandshakeState()
H A Dquic_crypto_client_stream.h167 virtual HandshakeState GetHandshakeState() const = 0;
239 HandshakeState GetHandshakeState() const override;
H A Dquic_crypto_stream.h108 virtual HandshakeState GetHandshakeState() const = 0;
H A Dquic_crypto_client_handshaker.h52 HandshakeState GetHandshakeState() const override;
H A Dtls_client_handshaker.h59 HandshakeState GetHandshakeState() const override;
H A Dtls_handshaker.h54 virtual HandshakeState GetHandshakeState() const = 0;
H A Dtls_server_handshaker_test.cc201 EXPECT_EQ(HANDSHAKE_COMPLETE, client_stream()->GetHandshakeState()); in ExpectHandshakeSuccessful()
202 EXPECT_EQ(HANDSHAKE_CONFIRMED, server_stream()->GetHandshakeState()); in ExpectHandshakeSuccessful()
H A Dquic_crypto_server_stream.h60 HandshakeState GetHandshakeState() const override;
H A Dtls_server_handshaker.h65 HandshakeState GetHandshakeState() const override;
H A Dtls_handshaker.cc91 if (GetHandshakeState() >= HANDSHAKE_COMPLETE) { in AdvanceHandshake()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ukey2/src/src/main/cpp/include/securegcm/
H A Dukey2_handshake.h97 State GetHandshakeState() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/test_tools/simulator/
H A Dquic_endpoint.h78 HandshakeState GetHandshakeState() const override;
H A Dquic_endpoint.cc203 HandshakeState QuicEndpoint::GetHandshakeState() const { in GetHandshakeState() function in quic::simulator::QuicEndpoint
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/test_tools/simulator/
H A Dquic_endpoint.h85 HandshakeState GetHandshakeState() const override;
H A Dquic_endpoint.cc213 HandshakeState QuicEndpoint::GetHandshakeState() const { in GetHandshakeState() function in quic::simulator::QuicEndpoint
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/tools/
H A Dquic_client_base.cc274 while (connected() && session_->GetHandshakeState() < HANDSHAKE_CONFIRMED) { in WaitForHandshakeConfirmed()

123