pub unsafe extern "C" fn esp_internal_aes_decrypt(
    ctx: *mut esp_aes_context,
    input: *const c_uchar,
    output: *mut c_uchar
) -> c_int
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