Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c1561 const int *selected_ciphers; in tls_opt_ciphersuite_list_get() local
1571 selected_ciphers = mbedtls_ssl_list_ciphersuites(); in tls_opt_ciphersuite_list_get()
1573 selected_ciphers = context->options.ciphersuites; in tls_opt_ciphersuite_list_get()
1577 while (selected_ciphers[i] != 0) { in tls_opt_ciphersuite_list_get()
1578 ciphers[i] = selected_ciphers[i]; in tls_opt_ciphersuite_list_get()