Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_tls_api.c15 static int crypto_send_cb(const unsigned char *buf, size_t buf_len, in crypto_send_cb() function
23 return sc->qtcb.crypto_send_cb(s, buf, buf_len, consumed, sc->qtarg); in crypto_send_cb()
88 if (qtcb->crypto_send_cb == NULL) in tls_callbacks_from_dispatch()
89 qtcb->crypto_send_cb = OSSL_FUNC_SSL_QUIC_TLS_crypto_send(qtdis); in tls_callbacks_from_dispatch()
114 if (qtcb->crypto_send_cb == NULL in tls_callbacks_from_dispatch()
145 qtlsargs.crypto_send_cb = crypto_send_cb; in SSL_set_quic_tls_cbs()
H A Dquic_tls.c318 if (!rl->qtls->args.crypto_send_cb(template->buf + rl->written, in quic_write_records()
637 if (args->crypto_send_cb == NULL in ossl_quic_tls_new()
H A Dquic_channel.c343 tls_args.crypto_send_cb = ch_on_crypto_send; in ch_init()
/freebsd/crypto/openssl/include/internal/
H A Dquic_tls.h30 int (*crypto_send_cb)(const unsigned char *buf, size_t buf_len, member
/freebsd/crypto/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
/freebsd/crypto/openssl/doc/man3/
H A DSSL_set_quic_tls_cbs.pod159 {OSSL_FUNC_SSL_QUIC_TLS_CRYPTO_SEND, (void (*)(void))crypto_send_cb},
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1207 int (*crypto_send_cb)(SSL *s, const unsigned char *buf, size_t buf_len, member
/freebsd/crypto/openssl/test/
H A Dsslapitest.c12713 static int crypto_send_cb(SSL *s, const unsigned char *buf, size_t buf_len, in crypto_send_cb() function
12982 { OSSL_FUNC_SSL_QUIC_TLS_CRYPTO_SEND, (void (*)(void))crypto_send_cb }, in test_quic_tls()
13147 { OSSL_FUNC_SSL_QUIC_TLS_CRYPTO_SEND, (void (*)(void))crypto_send_cb }, in test_quic_tls_early_data()