Searched refs:crypto_send_cb (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_tls_api.c | 15 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 D | quic_tls.c | 318 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 D | quic_channel.c | 343 tls_args.crypto_send_cb = ch_on_crypto_send; in ch_init()
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_tls.h | 30 int (*crypto_send_cb)(const unsigned char *buf, size_t buf_len, member
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-tls.md | 70 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 D | SSL_set_quic_tls_cbs.pod | 159 {OSSL_FUNC_SSL_QUIC_TLS_CRYPTO_SEND, (void (*)(void))crypto_send_cb},
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_local.h | 1207 int (*crypto_send_cb)(SSL *s, const unsigned char *buf, size_t buf_len, member
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 12713 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()
|