Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c171 int ciphersuites[CONFIG_NET_SOCKETS_TLS_MAX_CIPHERSUITES + 1]; member
1399 if (context->options.ciphersuites[0] != 0) { in tls_mbedtls_init()
1403 context->options.ciphersuites); in tls_mbedtls_init()
1546 if (cipher_cnt + 1 > ARRAY_SIZE(context->options.ciphersuites)) { in tls_opt_ciphersuite_list_set()
1550 memcpy(context->options.ciphersuites, optval, optlen); in tls_opt_ciphersuite_list_set()
1551 context->options.ciphersuites[cipher_cnt] = 0; in tls_opt_ciphersuite_list_set()
1554 context->options.ciphersuites); in tls_opt_ciphersuite_list_set()
1569 if (context->options.ciphersuites[0] == 0) { in tls_opt_ciphersuite_list_get()
1573 selected_ciphers = context->options.ciphersuites; in tls_opt_ciphersuite_list_get()
DKconfig216 int "Maximum number of TLS/DTLS ciphersuites per socket"
220 This variable sets maximum number of TLS/DTLS ciphersuites that can
222 By default, all ciphersuites that are available in the system are
/Zephyr-latest/doc/connectivity/networking/
Dnet_config_guide.rst112 Maximum number of TLS/DTLS ciphersuites per socket.
113 This variable sets maximum number of TLS/DTLS ciphersuites that can
115 By default, all ciphersuites that are available in the system are