Lines Matching refs:curve_list
1159 * curve_list is translated to IANA TLS group identifiers here because
1165 /* Heap allocate and translate curve_list from internal to IANA group ids */
1166 if (ssl->conf->curve_list != NULL) {
1168 const mbedtls_ecp_group_id *curve_list = ssl->conf->curve_list;
1170 for (length = 0; (curve_list[length] != MBEDTLS_ECP_DP_NONE); length++) {
1181 curve_list[i]);
2752 const mbedtls_ecp_group_id *curve_list)
2754 conf->curve_list = curve_list;
2767 conf->curve_list = NULL;
5990 conf->curve_list = NULL;
6016 conf->curve_list = NULL;