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

\brief This function retrieves hash identifier of mbedtls_md_type_t type.

\param ctx The initialized RSA context.

\return Hash identifier of mbedtls_md_type_t type.