Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp-tls/
Desp_tls.c35 #define _esp_create_ssl_handle esp_create_mbedtls_handle macro
54 #define _esp_create_ssl_handle esp_create_wolfssl_handle macro
74 return _esp_create_ssl_handle(hostname, hostlen, cfg, tls); in create_ssl_handle()