Searched refs:handshake_complete_cb (Results 1 – 5 of 5) sorted by relevance
71 int (*handshake_complete_cb)(void *arg); member
155 qtlsargs.handshake_complete_cb = NULL; in SSL_set_quic_tls_cbs()
855 return qtls->args.handshake_complete_cb(qtls->args.handshake_complete_cb_arg); in ossl_quic_tls_tick()
353 tls_args.handshake_complete_cb = ch_on_handshake_complete; in ch_init()
100 int (*handshake_complete_cb)(void *arg);127 has successfully completed this will be communicated via `handshake_complete_cb`.