Function tomcrypt_sys::rc2_setup [] [src]

pub unsafe extern "C" fn rc2_setup(
    key: *const c_uchar,
    keylen: c_int,
    num_rounds: c_int,
    skey: *mut symmetric_key
) -> c_int