mbedtls_dhm_set_group() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

\c 0 if successful. An \c MBEDTLS_ERR_DHM_XXX error code on failure.

Notes

This function can be used to set \c ctx->P, \c ctx->G in preparation for mbedtls_dhm_make_params().

References