mbedtls_rsa_free() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

mbedtls_rsa_free() function

This function frees the components of an RSA key.

Syntax

void mbedtls_rsa_free( mbedtls_rsa_context *ctx );

Arguments

ctx

The RSA context to free. May be \c NULL, in which case this function is a no-op. If it is not \c NULL, it must point to an initialized RSA context.

References

LocationText
rsa.h:1253
void mbedtls_rsa_free( mbedtls_rsa_context *ctx );