mbedtls_ecdh_setup() function
This function sets up the ECDH context with the information given. This function should be called after mbedtls_ecdh_init() but before mbedtls_ecdh_make_params(). There is no need to call this function before mbedtls_ecdh_read_params(). This is the first function used by a TLS server for ECDHE ciphersuites.
Arguments
ctx
The ECDH context to set up. This must be initialized.
grp_id
The group id of the group to set up the context for.
Return value
\c 0 on success.