Function bssl_sys::RC4

source ·
pub unsafe extern "C" fn RC4(
    key: *mut RC4_KEY,
    len: usize,
    in_: *const u8,
    out: *mut u8
)