Searched refs:selected_ciphers (Results 1 – 1 of 1) sorted by relevance
1561 const int *selected_ciphers; in tls_opt_ciphersuite_list_get() local1571 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()