Function esp_idf_hal::sys::mbedtls_rsa_get_padding_mode
source ยท pub unsafe extern "C" fn mbedtls_rsa_get_padding_mode(
ctx: *const mbedtls_rsa_context,
) -> i32
Expand description
\brief This function retrieves padding mode of initialized RSA context.
\param ctx The initialized RSA context.
\return RSA padding mode.