mbedtls_dhm_parse_dhmfile() function
This function loads and parses DHM parameters from a file.
Arguments
dhm
The DHM context to load the parameters to. This must be initialized.
path
The filename to read the DHM parameters from. This must not be \c NULL.
Return value
\c 0 on success. An \c MBEDTLS_ERR_DHM_XXX or \c MBEDTLS_ERR_PEM_XXX error code on failure.