Searched refs:crypto_stream_xchacha20_xor (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | xchacha20.c | 128 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 D | crypto_stream_xchacha20.h | 40 int crypto_stream_xchacha20_xor(unsigned char *c, const unsigned char *m,
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/xchacha20/ |
H A D | stream_xchacha20.c | 57 crypto_stream_xchacha20_xor(unsigned char *c, const unsigned char *m, in crypto_stream_xchacha20_xor() function
|