ofb_start

Function ofb_start 

Source
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