Home
last modified time | relevance | path

Searched refs:crypto_stream_salsa20_xor_ic (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/libsodium/test/default/
H A Dstream2.c30 crypto_stream_salsa20_xor_ic(output, output, 4000, noncesuffix, 0U, in main()
35 crypto_stream_salsa20_xor_ic(output, output, 4000, noncesuffix, 1U, in main()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/
H A Dcrypto_secretbox_easy.c58 crypto_stream_salsa20_xor_ic(c + mlen0, m + mlen0, mlen - mlen0, in crypto_secretbox_detached()
125 crypto_stream_salsa20_xor_ic(m + mlen0, c + mlen0, clen - mlen0, in crypto_secretbox_open_detached()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_salsa20.h45 int crypto_stream_salsa20_xor_ic(unsigned char *c, const unsigned char *m,
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/xsalsa20/
H A Dstream_xsalsa20.c30 ret = crypto_stream_salsa20_xor_ic(c, m, mlen, n + 16, ic, subkey); in crypto_stream_xsalsa20_xor_ic()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/
H A Dstream_salsa20.c55 crypto_stream_salsa20_xor_ic(unsigned char *c, const unsigned char *m, in crypto_stream_salsa20_xor_ic() function
/freebsd/sys/contrib/libsodium/
H A DChangeLog402 - crypto_stream_chacha20_xor_ic() and crypto_stream_salsa20_xor_ic()