Searched defs:crypto_send_cb (Results 1 – 4 of 4) sorted by relevance
/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/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
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_local.h | 1209 int (*crypto_send_cb)(SSL *s, const unsigned char *buf, size_t buf_len, member
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 12609 static int crypto_send_cb(SSL *s, const unsigned char *buf, size_t buf_len, in crypto_send_cb() function
|