pub unsafe extern "C" fn mbedtls_rsa_get_len(
    ctx: *const mbedtls_rsa_context
) -> usize
Expand description

\brief This function retrieves the length of RSA modulus in Bytes.

\param ctx The initialized RSA context.

\return The length of the RSA modulus in Bytes.