Searched refs:crypto_stream_salsa20_xor_ic (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | stream2.c | 30 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 D | crypto_secretbox_easy.c | 58 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 D | crypto_stream_salsa20.h | 45 int crypto_stream_salsa20_xor_ic(unsigned char *c, const unsigned char *m,
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/xsalsa20/ |
H A D | stream_xsalsa20.c | 30 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 D | stream_salsa20.c | 55 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 D | ChangeLog | 402 - crypto_stream_chacha20_xor_ic() and crypto_stream_salsa20_xor_ic()
|