Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dtlsv1_server.c345 u16 *suites; in tlsv1_server_init() local
363 suites = conn->cipher_suites; in tlsv1_server_init()
364 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA; in tlsv1_server_init()
365 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA; in tlsv1_server_init()
367 suites[count++] = TLS_RSA_WITH_3DES_EDE_CBC_SHA; in tlsv1_server_init()
369 suites[count++] = TLS_RSA_WITH_RC4_128_SHA; in tlsv1_server_init()
370 suites[count++] = TLS_RSA_WITH_RC4_128_MD5; in tlsv1_server_init()
622 u16 *suites; in tlsv1_server_set_cipher_list() local
627 suites = conn->cipher_suites; in tlsv1_server_set_cipher_list()
628 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA; in tlsv1_server_set_cipher_list()
[all …]
Dtlsv1_client.c445 u16 *suites; in tlsv1_client_init() local
461 suites = conn->cipher_suites; in tlsv1_client_init()
462 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA256; in tlsv1_client_init()
463 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA; in tlsv1_client_init()
464 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA256; in tlsv1_client_init()
465 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA; in tlsv1_client_init()
467 suites[count++] = TLS_RSA_WITH_3DES_EDE_CBC_SHA; in tlsv1_client_init()
469 suites[count++] = TLS_RSA_WITH_RC4_128_SHA; in tlsv1_client_init()
470 suites[count++] = TLS_RSA_WITH_RC4_128_MD5; in tlsv1_client_init()
779 u16 *suites; in tlsv1_client_set_cipher_list() local
[all …]
/hal_espressif-3.6.0/examples/network/network_tests/
DREADME.md17 * Clone a repository https://github.com/intel/net-test-suites.git and install titan core as describ…
18 …$IDF_PATH/components/lwip/weekend_test`) to `src` subdir of the cloned repository `net-test-suites`
37 2) Start test suite in TTCN3 environment in `src` subdir of the cloned repository `net-test-suites.…
/hal_espressif-3.6.0/docs/en/api-guides/performance/
Dsize.rst395 …ensuring that the firmware supports at least two of the supported cipher suites in case one is dis…
396suites. Note that future versions of client operating systems may remove support for some features…
/hal_espressif-3.6.0/docs/en/api-guides/
Dwifi.rst1419 …hentication protocol (AES-CCM) cipher suite. It also supports the cipher suites supported by mbedt…
/hal_espressif-3.6.0/components/freertos/
DHistory.txt1534 + Added ports for the Renesas RX62N using IAR, GCC and Renesas tool suites.