Function tomcrypt_sys::cfb_start [] [src]

pub unsafe extern "C" fn cfb_start(
    cipher: c_int,
    IV: *const c_uchar,
    key: *const c_uchar,
    keylen: c_int,
    num_rounds: c_int,
    cfb: *mut symmetric_CFB
) -> c_int