Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_rcidm.c225 unsigned int handshake_complete : 1; member
268 assert(rcidm->num_changes == 0 || rcidm->handshake_complete); in rcidm_check_rcid()
513 if (rcidm->added_retry_odcid && !rcidm->handshake_complete) { in rcidm_update()
518 if (rcidm->added_initial_odcid && !rcidm->handshake_complete) { in rcidm_update()
534 return rcidm->handshake_complete in rcidm_should_roll()
554 if (rcidm->handshake_complete) in ossl_quic_rcidm_on_handshake_complete()
557 rcidm->handshake_complete = 1; in ossl_quic_rcidm_on_handshake_complete()
585 if (rcidm->added_initial_rcid || rcidm->handshake_complete) in ossl_quic_rcidm_add_from_initial()
601 if (rcidm->added_retry_odcid || rcidm->handshake_complete) in ossl_quic_rcidm_add_from_server_retry()
H A Dqlog_event_helpers.c29 int handshake_complete, in map_state_to_qlog() argument
40 else if (handshake_complete) in map_state_to_qlog()
60 int handshake_complete, in ossl_qlog_event_connectivity_connection_state_updated() argument
68 handshake_complete, in ossl_qlog_event_connectivity_connection_state_updated()
H A Dquic_channel_local.h307 unsigned int handshake_complete : 1; member
H A Dquic_channel.c558 return ch->handshake_complete; in ossl_quic_channel_is_handshake_complete()
1016 if (!ossl_assert(!ch->handshake_complete)) in ch_on_handshake_complete()
1043 ch->handshake_complete = 1; in ch_on_handshake_complete()
1068 && ch->handshake_complete in ch_on_handshake_alert()
1083 && ch->handshake_complete in ch_on_handshake_alert()
2571 ch->handshake_complete, in ch_record_state_transition()
2759 if (!ch->handshake_complete) { in ossl_quic_channel_on_handshake_confirmed()
H A Dquic_txp.c88 unsigned int handshake_complete : 1; member
654 txp->handshake_complete = 1; in ossl_quic_tx_packetiser_notify_handshake_complete()
1465 if (a.allow_stream_rel && txp->handshake_complete) { in txp_should_try_staging()
2787 if (a.allow_stream_rel && txp->handshake_complete) in txp_generate_for_el()
/openssl/include/internal/
H A Dqlog_event_helpers.h29 int handshake_complete,

Completed in 43 milliseconds