Searched refs:crypto_stream_xsalsa20_xor_ic (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | stream.c | 34 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 D | stream_xsalsa20.c | 22 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 D | crypto_stream_xsalsa20.h | 45 int crypto_stream_xsalsa20_xor_ic(unsigned char *c, const unsigned char *m,
|