Function esp_idf_sys::esp_tls_init

source ·
pub unsafe extern "C" fn esp_tls_init() -> *mut esp_tls_t
Expand description

@brief Create TLS connection

This function allocates and initializes esp-tls structure handle.

@return tls Pointer to esp-tls as esp-tls handle if successfully initialized, NULL if allocation error