Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dstream.c34 crypto_stream_xsalsa20_xor_ic(output, output, 4000, nonce, 0U, firstkey); in main()
38 crypto_stream_xsalsa20_xor_ic(output, output, 4000, nonce, 1U, firstkey); in main()
51 crypto_stream_xsalsa20_xor_ic(output, output, 192, nonce, in main()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/xsalsa20/
H A Dstream_xsalsa20.c22 crypto_stream_xsalsa20_xor_ic(unsigned char *c, const unsigned char *m, in crypto_stream_xsalsa20_xor_ic() function
41 return crypto_stream_xsalsa20_xor_ic(c, m, mlen, n, 0ULL, k); in crypto_stream_xsalsa20_xor()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_xsalsa20.h45 int crypto_stream_xsalsa20_xor_ic(unsigned char *c, const unsigned char *m,