pub unsafe extern "C" fn mbedtls_rsa_init(
    ctx: *mut mbedtls_rsa_context
)
Expand description

\brief This function initializes an RSA context.

\note This function initializes the padding and the hash identifier to respectively #MBEDTLS_RSA_PKCS_V15 and #MBEDTLS_MD_NONE. See mbedtls_rsa_set_padding() for more information about those parameters.

\param ctx The RSA context to initialize. This must not be \c NULL.