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

Return value

\c 0 on success. A non-zero error code on failure.

Notes

This function can be called multiple times for successive imports, if the parameters are not simultaneously present. See mbedtls_rsa_complete() for more information on which parameters are necessary to set up a private or public RSA key. The imported parameters are copied and need not be preserved for the lifetime of the RSA context being set up.

References

from examples