Function esp_idf_hal::sys::esp_internal_aes_decrypt
source ยท pub unsafe extern "C" fn esp_internal_aes_decrypt(
ctx: *mut esp_aes_context,
input: *const u8,
output: *mut u8,
) -> i32
Expand description
\brief Internal AES block decryption function (Only exposed to allow overriding it, see AES_DECRYPT_ALT)
\param ctx AES context \param input Ciphertext block \param output Output (plaintext) block