Home
last modified time | relevance | path

Searched refs:crypto_stream (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am76 crypto_stream/chacha20/stream_chacha20.c \
77 crypto_stream/chacha20/stream_chacha20.h \
78 crypto_stream/chacha20/ref/chacha20_ref.h \
79 crypto_stream/chacha20/ref/chacha20_ref.c \
80 crypto_stream/crypto_stream.c \
81 crypto_stream/salsa20/stream_salsa20.c \
82 crypto_stream/salsa20/stream_salsa20.h \
83 crypto_stream/xsalsa20/stream_xsalsa20.c \
115 crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S \
116 crypto_stream/salsa20/xmm6/salsa20_xmm6.c \
[all …]
/freebsd/sys/contrib/libsodium/
H A DAUTHORS111 crypto_stream/chacha20/ref Daniel J. Bernstein
113 crypto_stream/chacha20/dolbeau Romain Dolbeau
116 crypto_stream/salsa20/ref Daniel J. Bernstein
117 crypto_stream/salsa20/xmm6
119 crypto_stream/salsa20/xmm6int Romain Dolbeau
122 crypto_stream/salsa2012/ref Daniel J. Bernstein
123 crypto_stream/salsa2008/ref
125 crypto_stream/xchacha20 Frank Denis
/freebsd/sys/contrib/libsodium/test/default/
H A Dstream.c27 crypto_stream(output, sizeof output, nonce, firstkey); in main()
45 crypto_stream(output, (int) (i & 0xff), nonce, firstkey); in main()
H A Dstream3.c23 crypto_stream(rs, 32, nonce, firstkey); in main()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/
H A Dcrypto_stream.c30 crypto_stream(unsigned char *c, unsigned long long clen, in crypto_stream() function
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream.h41 int crypto_stream(unsigned char *c, unsigned long long clen,
/freebsd/sys/modules/crypto/
H A DMakefile20 .PATH: ${LIBSODIUM}/crypto_stream/chacha20
21 .PATH: ${LIBSODIUM}/crypto_stream/chacha20/ref
/freebsd/sys/contrib/libsodium/src/libsodium/include/
H A DMakefile.am46 sodium/crypto_stream.h \
/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.c405 crypto_stream((unsigned char *)&rnd, (unsigned long long)sizeof(rnd), nonce, in dnscrypt_pad()
/freebsd/sys/conf/
H A Dfiles5100 contrib/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c \
5103 contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c \