mbedtls_rsa_gen_key() is only used within mbedTLS.
 
Symbols
loading (3/5)...
Files
loading (4/5)...
SummarySyntaxArgumentsRelatedReferencesCall TreeData Use

Return value

\c 0 on success. An \c MBEDTLS_ERR_RSA_XXX error code on failure.

Notes

mbedtls_rsa_init() must be called before this function, to set up the RSA context.

References