mbedtls_ecp_curve_list() function
This function retrieves the information defined in mbedtls_ecp_curve_info() for all supported curves.
Return value
A statically allocated array. The last entry is 0.
Notes
This function returns information about all curves supported by the library. Some curves may not be supported for all algorithms. Call mbedtls_ecdh_can_do() or mbedtls_ecdsa_can_do() to check if a curve is supported for ECDH or ECDSA.
mbedtls_ecp_curve_list() is called by 4 functions:
![]()
mbedtls_ecp_curve_list()
mbedtls_ecp_curve_list() reads 1 variable:
![]()
mbedtls_ecp_curve_list()