Home
last modified time | relevance | path

Searched refs:esp_mbedtls_ssl_buf (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/mbedtls/port/dynamic/
Desp_mbedtls_dynamic_impl.c25 struct esp_mbedtls_ssl_buf *temp = __containerof(buf, struct esp_mbedtls_ssl_buf, buf[0]); in esp_mbedtls_set_buf_state()
31 struct esp_mbedtls_ssl_buf *temp = __containerof(buf, struct esp_mbedtls_ssl_buf, buf[0]); in esp_mbedtls_get_buf_state()
37 struct esp_mbedtls_ssl_buf *temp = __containerof(buf, struct esp_mbedtls_ssl_buf, buf[0]); in esp_mbedtls_free_buf()
42 static void esp_mbedtls_init_ssl_buf(struct esp_mbedtls_ssl_buf *buf, unsigned int len) in esp_mbedtls_init_ssl_buf()
145 struct esp_mbedtls_ssl_buf *esp_buf; in esp_mbedtls_alloc_tx_buf()
206 struct esp_mbedtls_ssl_buf *esp_buf; in esp_mbedtls_reset_add_rx_buffer()
244 struct esp_mbedtls_ssl_buf *esp_buf; in esp_mbedtls_add_tx_buffer()
294 struct esp_mbedtls_ssl_buf *esp_buf; in esp_mbedtls_free_tx_buffer()
330 struct esp_mbedtls_ssl_buf *esp_buf; in esp_mbedtls_add_rx_buffer()
408 struct esp_mbedtls_ssl_buf *esp_buf; in esp_mbedtls_free_rx_buffer()
Desp_mbedtls_dynamic_impl.h55 struct esp_mbedtls_ssl_buf { struct
61 #define SSL_BUF_HEAD_OFFSET_SIZE ((int)offsetof(struct esp_mbedtls_ssl_buf, buf)) argument