Function libsodium::crypto_stream_aes128ctr_xor [] [src]

pub unsafe extern "C" fn crypto_stream_aes128ctr_xor(
    out: *mut c_uchar,
    in_: *const c_uchar,
    inlen: c_ulonglong,
    n: *const c_uchar,
    k: *const c_uchar
) -> c_int