Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/mbedtls/port/dynamic/
Desp_mbedtls_dynamic_impl.c138 static int esp_mbedtls_alloc_tx_buf(mbedtls_ssl_context *ssl, int len) in esp_mbedtls_alloc_tx_buf() function
170 CHECK_OK(esp_mbedtls_alloc_tx_buf(ssl, TX_IDLE_BUFFER_SIZE)); in esp_mbedtls_setup_tx_buffer()
186 return esp_mbedtls_alloc_tx_buf(ssl, MBEDTLS_SSL_OUT_BUFFER_LEN); in esp_mbedtls_reset_add_tx_buffer()