Home
last modified time | relevance | path

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

/openthread-3.7.0/third_party/mbedtls/repo/include/mbedtls/
Dssl.h1729 mbedtls_ssl_send_t *MBEDTLS_PRIVATE(f_send); /*!< Callback for network send */
2238 mbedtls_ssl_send_t *f_send,
/openthread-3.7.0/third_party/mbedtls/repo/library/
Dssl_msg.c2355 if (ssl->f_send == NULL) { in mbedtls_ssl_flush_output()
2372 ret = ssl->f_send(ssl->p_bio, buf, ssl->out_left); in mbedtls_ssl_flush_output()
3657 send_ret = ssl->f_send(ssl->p_bio, ssl->out_buf, len); in ssl_handle_possible_reconnect()
Dssl_tls.c1698 mbedtls_ssl_send_t *f_send, in mbedtls_ssl_set_bio() argument
1703 ssl->f_send = f_send; in mbedtls_ssl_set_bio()
/openthread-3.7.0/third_party/mbedtls/repo/
DChangeLog3497 * In the SSL module, when f_send, f_recv or f_recv_timeout report