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