crypto_send_cb
int (*crypto_send_cb)(const unsigned char *buf, size_t buf_len,
tls_args.crypto_send_cb = ch_on_crypto_send;
if (!rl->qtls->args.crypto_send_cb(template->buf + rl->written,
if (args->crypto_send_cb == NULL
if (qtcb->crypto_send_cb == NULL
qtlsargs.crypto_send_cb = crypto_send_cb;
return sc->qtcb.crypto_send_cb(s, buf, buf_len, consumed, sc->qtarg);
if (qtcb->crypto_send_cb == NULL)
qtcb->crypto_send_cb = OSSL_FUNC_SSL_QUIC_TLS_crypto_send(qtdis);
int (*crypto_send_cb)(SSL *s, const unsigned char *buf, size_t buf_len,
{ OSSL_FUNC_SSL_QUIC_TLS_CRYPTO_SEND, (void (*)(void))crypto_send_cb },
{ OSSL_FUNC_SSL_QUIC_TLS_CRYPTO_SEND, (void (*)(void))crypto_send_cb },