Searched refs:handshake_complete (Results 1 – 6 of 6) sorted by relevance
225 unsigned int handshake_complete : 1; member268 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()
29 int handshake_complete, in map_state_to_qlog() argument40 else if (handshake_complete) in map_state_to_qlog()60 int handshake_complete, in ossl_qlog_event_connectivity_connection_state_updated() argument68 handshake_complete, in ossl_qlog_event_connectivity_connection_state_updated()
307 unsigned int handshake_complete : 1; member
558 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()
88 unsigned int handshake_complete : 1; member654 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()
29 int handshake_complete,
Completed in 36 milliseconds