Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/mbedtls/
DKconfig524 bool "Enable PSK based ciphersuite modes"
531 bool "Enable DHE-PSK based ciphersuite modes"
538 bool "Enable ECDHE-PSK based ciphersuite modes"
545 bool "Enable RSA-PSK based ciphersuite modes"
552 bool "Enable RSA-only based ciphersuite modes"
558 bool "Enable DHE-RSA based ciphersuite modes"
568 Enable to show Elliptic Curve based ciphersuite mode options.
572 RSA-only ciphersuite modes.
575 bool "Enable ECDHE-RSA based ciphersuite modes"
582 bool "Enable ECDHE-ECDSA based ciphersuite modes"
[all …]
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/
Dtls_mbedtls.c60 int ciphersuite[MAX_CIPHERSUITE]; member
455 if (tls->ciphersuite[0]) { in tls_set_ciphersuite()
456 mbedtls_ssl_conf_ciphersuites(&tls->conf, tls->ciphersuite); in tls_set_ciphersuite()
771 conn->tls->ciphersuite[i] = ciphers[i]; in tls_connection_set_cipher_list()