Function tomcrypt_sys::ofb_start [] [src]

pub unsafe extern "C" fn ofb_start(
    cipher: c_int,
    IV: *const c_uchar,
    key: *const c_uchar,
    keylen: c_int,
    num_rounds: c_int,
    ofb: *mut symmetric_OFB
) -> c_int