pub unsafe extern "C" fn esp_aes_crypt_xts(
    ctx: *mut esp_aes_xts_context,
    mode: c_int,
    length: usize,
    data_unit: *const c_uchar,
    input: *const c_uchar,
    output: *mut c_uchar
) -> c_int
Expand description

AES-XTS buffer encryption/decryption