xts_encrypt

Function xts_encrypt 

Source
pub unsafe extern "C" fn xts_encrypt(
    pt: *const c_uchar,
    ptlen: c_ulong,
    ct: *mut c_uchar,
    tweak: *mut c_uchar,
    xts: *mut symmetric_xts,
) -> c_int