Function esp_idf_svc::sys::esp_aes_crypt_xts
source ยท 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
XTS-AES buffer encryption/decryption