HomeSort by: relevance | last modified time | path
    Searched refs:handshake_complete (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
qlog_event_helpers.h 29 int handshake_complete,
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-tls.h 33 enum { handshake_in_progress, handshake_complete } state; enumerator in enum:tls_context::__anon6031
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_rcidm.c 226 unsigned int handshake_complete : 1; member in struct:quic_rcidm_st
269 assert(rcidm->num_changes == 0 || rcidm->handshake_complete);
514 if (rcidm->added_retry_odcid && !rcidm->handshake_complete) {
519 if (rcidm->added_initial_odcid && !rcidm->handshake_complete) {
535 return rcidm->handshake_complete
555 if (rcidm->handshake_complete)
558 rcidm->handshake_complete = 1;
586 if (rcidm->added_initial_rcid || rcidm->handshake_complete)
602 if (rcidm->added_retry_odcid || rcidm->handshake_complete)
qlog_event_helpers.c 29 int handshake_complete,
40 else if (handshake_complete)
41 return "handshake_complete";
60 int handshake_complete,
68 handshake_complete,
quic_channel_local.h 347 unsigned int handshake_complete : 1; member in struct:quic_channel_st
quic_channel.c 657 return ch->handshake_complete;
1132 if (!ossl_assert(!ch->handshake_complete))
1166 ch->handshake_complete = 1;
1208 && ch->handshake_complete
1223 && ch->handshake_complete
2797 ch->handshake_complete,
3034 if (!ch->handshake_complete) {
quic_txp.c 90 unsigned int handshake_complete : 1; member in struct:ossl_quic_tx_packetiser_st
744 txp->handshake_complete = 1;
1560 if (a.allow_stream_rel && txp->handshake_complete) {
2873 if (a.allow_stream_rel && txp->handshake_complete)

Completed in 32 milliseconds