pub unsafe extern "C" fn esp_internal_aes_encrypt(
    ctx: *mut esp_aes_context,
    input: *const u8,
    output: *mut u8
) -> i32
Expand description

\brief Internal AES block encryption function (Only exposed to allow overriding it, see AES_ENCRYPT_ALT)

\param ctx AES context \param input Plaintext block \param output Output (ciphertext) block