Home
last modified time | relevance | path

Searched refs:OnCryptoHandshakeComplete (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/osp/impl/quic/
H A Dquic_service_common.h75 virtual uint64_t OnCryptoHandshakeComplete(
105 void OnCryptoHandshakeComplete(uint64_t connection_id) override;
H A Dquic_connection_impl.cc129 void QuicConnectionImpl::OnCryptoHandshakeComplete() { in OnCryptoHandshakeComplete() function in openscreen::osp::QuicConnectionImpl
132 delegate_->OnCryptoHandshakeComplete(session_->connection_id()); in OnCryptoHandshakeComplete()
H A Dquic_service_common.cc96 void ServiceConnectionDelegate::OnCryptoHandshakeComplete( in OnCryptoHandshakeComplete() function in openscreen::osp::ServiceConnectionDelegate
98 endpoint_id_ = parent_->OnCryptoHandshakeComplete(this, connection_id); in OnCryptoHandshakeComplete()
H A Dquic_connection.h47 virtual void OnCryptoHandshakeComplete(uint64_t connection_id) = 0;
H A Dquic_server.h56 uint64_t OnCryptoHandshakeComplete(ServiceConnectionDelegate* delegate,
H A Dquic_connection_impl.h89 void OnCryptoHandshakeComplete() override;
H A Dquic_client.h62 uint64_t OnCryptoHandshakeComplete(ServiceConnectionDelegate* delegate,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/osp/impl/quic/
H A Dquic_service_common.h75 virtual uint64_t OnCryptoHandshakeComplete(
105 void OnCryptoHandshakeComplete(uint64_t connection_id) override;
H A Dquic_connection_impl.cc129 void QuicConnectionImpl::OnCryptoHandshakeComplete() { in OnCryptoHandshakeComplete() function in openscreen::osp::QuicConnectionImpl
132 delegate_->OnCryptoHandshakeComplete(session_->connection_id()); in OnCryptoHandshakeComplete()
H A Dquic_service_common.cc96 void ServiceConnectionDelegate::OnCryptoHandshakeComplete( in OnCryptoHandshakeComplete() function in openscreen::osp::ServiceConnectionDelegate
98 endpoint_id_ = parent_->OnCryptoHandshakeComplete(this, connection_id); in OnCryptoHandshakeComplete()
H A Dquic_connection.h47 virtual void OnCryptoHandshakeComplete(uint64_t connection_id) = 0;
H A Dquic_server.h56 uint64_t OnCryptoHandshakeComplete(ServiceConnectionDelegate* delegate,
H A Dquic_client.h62 uint64_t OnCryptoHandshakeComplete(ServiceConnectionDelegate* delegate,
H A Dquic_connection_impl.h89 void OnCryptoHandshakeComplete() override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/quartc/
H A Dquartc_multiplexer.h116 virtual void OnCryptoHandshakeComplete() = 0;
154 void OnCryptoHandshakeComplete() override;
H A Dquartc_endpoint.cc86 void QuartcClientEndpoint::OnCryptoHandshakeComplete() { in OnCryptoHandshakeComplete() function in quic::QuartcClientEndpoint
87 delegate_->OnCryptoHandshakeComplete(); in OnCryptoHandshakeComplete()
H A Dquartc_multiplexer.cc155 void QuartcMultiplexer::OnCryptoHandshakeComplete() { in OnCryptoHandshakeComplete() function in quic::QuartcMultiplexer
156 session_delegate_->OnCryptoHandshakeComplete(); in OnCryptoHandshakeComplete()
H A Dquartc_session.cc180 session_delegate_->OnCryptoHandshakeComplete(); in SetDefaultEncryptionLevel()
197 session_delegate_->OnCryptoHandshakeComplete(); in OnOneRttKeysAvailable()
H A Dquartc_endpoint.h71 void OnCryptoHandshakeComplete() override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/osp/impl/quic/testing/
H A Dfake_quic_connection_factory.cc65 connections_.receiver->delegate()->OnCryptoHandshakeComplete( in RunTasks()
67 connections_.controller->delegate()->OnCryptoHandshakeComplete( in RunTasks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/osp/impl/quic/testing/
H A Dfake_quic_connection_factory.cc65 connections_.receiver->delegate()->OnCryptoHandshakeComplete( in RunTasks()
67 connections_.controller->delegate()->OnCryptoHandshakeComplete( in RunTasks()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/third_party/chromium_quic/demo/
H A Ddelegates.cc49 void SessionDelegate::OnCryptoHandshakeComplete() { in OnCryptoHandshakeComplete() function in SessionDelegate
H A Ddelegates.h57 void OnCryptoHandshakeComplete() override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/third_party/chromium_quic/demo/
H A Ddelegates.cc49 void SessionDelegate::OnCryptoHandshakeComplete() { in OnCryptoHandshakeComplete() function in SessionDelegate
H A Ddelegates.h57 void OnCryptoHandshakeComplete() override;

12