Home
last modified time | relevance | path

Searched refs:crypto_stream_xchacha20_xor_ic (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dxchacha20.c130 crypto_stream_xchacha20_xor_ic(out2, out, out_len, nonce, 0, key); in tv_stream_xchacha20()
132 crypto_stream_xchacha20_xor_ic(out2, out, out_len, nonce, 1, key); in tv_stream_xchacha20()
142 crypto_stream_xchacha20_xor_ic(out2, out2, 0, nonce, 1, key); in tv_stream_xchacha20()
151 crypto_stream_xchacha20_xor_ic(out, out, 64, nonce, 1, key); in tv_stream_xchacha20()
161 crypto_stream_xchacha20_xor_ic(out2, out2, 192, nonce, in tv_stream_xchacha20()
163 crypto_stream_xchacha20_xor_ic(out, out, 64, nonce, in tv_stream_xchacha20()
165 crypto_stream_xchacha20_xor_ic(out + 64, out + 64, 64, nonce, in tv_stream_xchacha20()
167 crypto_stream_xchacha20_xor_ic(out + 128, out + 128, 64, nonce, in tv_stream_xchacha20()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/xchacha20/
H A Dstream_xchacha20.c45 crypto_stream_xchacha20_xor_ic(unsigned char *c, const unsigned char *m, in crypto_stream_xchacha20_xor_ic() function
61 return crypto_stream_xchacha20_xor_ic(c, m, mlen, n, 0U, k); in crypto_stream_xchacha20_xor()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_xchacha20.h45 int crypto_stream_xchacha20_xor_ic(unsigned char *c, const unsigned char *m,