Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_rcidm.c226 unsigned int handshake_complete : 1; member
269 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()
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.h325 unsigned int handshake_complete : 1; member
H A Dquic_channel.c657 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()
H A Dquic_txp.c90 unsigned int handshake_complete : 1; member
744 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()
/freebsd/crypto/openssl/include/internal/
H A Dqlog_event_helpers.h29 int handshake_complete,