Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp-tls/
Desp_tls_wolfssl.c34 static esp_err_t esp_wolfssl_set_cipher_list(WOLFSSL_CTX *ctx);
222 if(esp_wolfssl_set_cipher_list( (WOLFSSL_CTX *)tls->priv_ctx) != ESP_OK) { in set_client_config()
551 static esp_err_t esp_wolfssl_set_cipher_list(WOLFSSL_CTX *ctx) in esp_wolfssl_set_cipher_list() function