Home
last modified time | relevance | path

Searched refs:crypto_send_cb (Results 1 – 4 of 4) sorted by relevance

/openssl/include/internal/
H A Dquic_tls.h32 int (*crypto_send_cb)(const unsigned char *buf, size_t buf_len, member
/openssl/doc/designs/quic-design/
H A Dquic-tls.md70 int (*crypto_send_cb)(const unsigned char *buf, size_t buf_len,
121 The `crypto_send_cb` and `crypto_recv_cb` callbacks will be called by the
195 is responsible for calling the `crypto_send_cb` callback. It also includes
/openssl/ssl/quic/
H A Dquic_tls.c314 if (!rl->qtls->args.crypto_send_cb(template->buf + rl->written, in quic_write_records()
635 if (args->crypto_send_cb == NULL in ossl_quic_tls_new()
H A Dquic_channel.c321 tls_args.crypto_send_cb = ch_on_crypto_send; in ch_init()

Completed in 17 milliseconds