mbedtls_ecp_grp_id_list() is only used within mbed TLS Library.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Return value

A statically allocated array, terminated with MBEDTLS_ECP_DP_NONE.

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

from examples