Searched refs:handshake_complete (Results 1 – 6 of 6) sorted by relevance
226 unsigned int handshake_complete : 1; member269 assert(rcidm->num_changes == 0 || rcidm->handshake_complete); in rcidm_check_rcid()514 if (rcidm->added_retry_odcid && !rcidm->handshake_complete) { in rcidm_update()519 if (rcidm->added_initial_odcid && !rcidm->handshake_complete) { in rcidm_update()535 return rcidm->handshake_complete in rcidm_should_roll()555 if (rcidm->handshake_complete) in ossl_quic_rcidm_on_handshake_complete()558 rcidm->handshake_complete = 1; in ossl_quic_rcidm_on_handshake_complete()586 if (rcidm->added_initial_rcid || rcidm->handshake_complete) in ossl_quic_rcidm_add_from_initial()602 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()
325 unsigned int handshake_complete : 1; member
657 return ch->handshake_complete; in ossl_quic_channel_is_handshake_complete()1132 if (!ossl_assert(!ch->handshake_complete)) in ch_on_handshake_complete()1166 ch->handshake_complete = 1; in ch_on_handshake_complete()1208 && ch->handshake_complete in ch_on_handshake_alert()1223 && ch->handshake_complete in ch_on_handshake_alert()2791 ch->handshake_complete, in ch_record_state_transition()3028 if (!ch->handshake_complete) { in ossl_quic_channel_on_handshake_confirmed()
90 unsigned int handshake_complete : 1; member744 txp->handshake_complete = 1; in ossl_quic_tx_packetiser_notify_handshake_complete()1560 if (a.allow_stream_rel && txp->handshake_complete) { in txp_should_try_staging()2873 if (a.allow_stream_rel && txp->handshake_complete) in txp_generate_for_el()
29 int handshake_complete,