Function libsodium::crypto_stream_aes128ctr_xor_afternm [] [src]

pub unsafe extern "C" fn crypto_stream_aes128ctr_xor_afternm(
    out: *mut c_uchar,
    in_: *const c_uchar,
    len: c_ulonglong,
    nounce: *const c_uchar,
    c: *const c_uchar
) -> c_int