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

AES-XTS buffer encryption/decryption