mbedtls_rsa_gen_key() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

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

from examples