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

\brief This function retrieves padding mode of initialized RSA context.

\param ctx The initialized RSA context.

\return RSA padding mode.