rc4_stream_crypt

Function rc4_stream_crypt 

Source
pub unsafe extern "C" fn rc4_stream_crypt(
    st: *mut rc4_state,
    in_: *const c_uchar,
    inlen: c_ulong,
    out: *mut c_uchar,
) -> c_int