Function esp_idf_sys::mbedtls_rsa_get_padding_mode
source ยท 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.