Function tomcrypt_sys::cbc_start [] [src]

pub unsafe extern "C" fn cbc_start(
    cipher: c_int,
    IV: *const c_uchar,
    key: *const c_uchar,
    keylen: c_int,
    num_rounds: c_int,
    cbc: *mut symmetric_CBC
) -> c_int