Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa20/ref/
H A Dsalsa20_ref.c41 crypto_core_salsa20(c, in, kcopy, NULL); in stream_ref()
52 crypto_core_salsa20(block, in, kcopy, NULL); in stream_ref()
88 crypto_core_salsa20(block, in, kcopy, NULL); in stream_ref_xor_ic()
103 crypto_core_salsa20(block, in, kcopy, NULL); in stream_ref_xor_ic()
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dcore4.c23 crypto_core_salsa20(out, in, k, c); in main()
H A Dcore6.c37 crypto_core_salsa20(out, in, k, c); in main()
H A Dcore3.c49 crypto_core_salsa20(output + pos, in, secondkey, c); in main()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_core_salsa20.h28 int crypto_core_salsa20(unsigned char *out, const unsigned char *in,
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/
H A DMakefile.am18 sodium/crypto_core_salsa20.h \
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c98 crypto_core_salsa20(unsigned char *out, const unsigned char *in, in crypto_core_salsa20() function