Home
last modified time | relevance | path

Searched refs:handshake_complete_cb (Results 1 – 5 of 5) sorted by relevance

/src/crypto/openssl/include/internal/
H A Dquic_tls.h71 int (*handshake_complete_cb)(void *arg); member
/src/crypto/openssl/ssl/quic/
H A Dquic_tls_api.c155 qtlsargs.handshake_complete_cb = NULL; in SSL_set_quic_tls_cbs()
H A Dquic_tls.c855 return qtls->args.handshake_complete_cb(qtls->args.handshake_complete_cb_arg); in ossl_quic_tls_tick()
H A Dquic_channel.c353 tls_args.handshake_complete_cb = ch_on_handshake_complete; in ch_init()
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-tls.md100 int (*handshake_complete_cb)(void *arg);
127 has successfully completed this will be communicated via `handshake_complete_cb`.