mbedtls_ecdh_get_grp_id() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesData Use

Return value

The \c mbedtls_ecp_group_id of the context.

Notes

To access group specific fields, users should use `mbedtls_ecp_curve_info_from_grp_id` or `mbedtls_ecp_group_load` on the extracted `group_id`.

References