[][src]Function libcryptsetup_rs_sys::crypt_benchmark

pub unsafe extern "C" fn crypt_benchmark(
    cd: *mut crypt_device,
    cipher: *const c_char,
    cipher_mode: *const c_char,
    volume_key_size: usize,
    iv_size: usize,
    buffer_size: usize,
    encryption_mbs: *mut f64,
    decryption_mbs: *mut f64
) -> c_int