Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dxchacha20.c128 crypto_stream_xchacha20_xor(out2, out, out_len, nonce, key); in tv_stream_xchacha20()
134 crypto_stream_xchacha20_xor(out, out, out_len, nonce, key); in tv_stream_xchacha20()
141 crypto_stream_xchacha20_xor(out2, out2, 0, nonce, key); in tv_stream_xchacha20()
152 crypto_stream_xchacha20_xor(out2, out2, 128, nonce, key); in tv_stream_xchacha20()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_xchacha20.h40 int crypto_stream_xchacha20_xor(unsigned char *c, const unsigned char *m,
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/xchacha20/
H A Dstream_xchacha20.c57 crypto_stream_xchacha20_xor(unsigned char *c, const unsigned char *m, in crypto_stream_xchacha20_xor() function