mbedtls_ecp_curve_list() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferencesCall TreeData Use

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.

References