Searched refs:ciphersuites (Results 1 – 3 of 3) sorted by relevance
171 int ciphersuites[CONFIG_NET_SOCKETS_TLS_MAX_CIPHERSUITES + 1]; member1399 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()
216 int "Maximum number of TLS/DTLS ciphersuites per socket"220 This variable sets maximum number of TLS/DTLS ciphersuites that can222 By default, all ciphersuites that are available in the system are
112 Maximum number of TLS/DTLS ciphersuites per socket.113 This variable sets maximum number of TLS/DTLS ciphersuites that can115 By default, all ciphersuites that are available in the system are