Searched refs:crypto_core_salsa20 (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_core_salsa20.h28 int crypto_core_salsa20(unsigned char *out, const unsigned char *in,
/freebsd-current/sys/contrib/libsodium/test/default/
H A Dcore4.c23 crypto_core_salsa20(out, in, k, c);
H A Dcore6.c37 crypto_core_salsa20(out, in, k, c);
H A Dcore3.c49 crypto_core_salsa20(output + pos, in, secondkey, c);
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/ref/
H A Dsalsa20_ref.c9 #include "crypto_core_salsa20.h"
41 crypto_core_salsa20(c, in, kcopy, NULL);
52 crypto_core_salsa20(block, in, kcopy, NULL);
88 crypto_core_salsa20(block, in, kcopy, NULL);
103 crypto_core_salsa20(block, in, kcopy, NULL);
/freebsd-current/sys/contrib/libsodium/src/libsodium/include/
H A DMakefile.am18 sodium/crypto_core_salsa20.h \
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c5 #include "crypto_core_salsa20.h"
98 crypto_core_salsa20(unsigned char *out, const unsigned char *in, function

Completed in 131 milliseconds