Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am80 crypto_stream/crypto_stream.c \
241 crypto_stream/salsa20/xmm6int/u0.h \
242 crypto_stream/salsa20/xmm6int/u1.h \
243 crypto_stream/salsa20/xmm6int/u4.h
256 crypto_stream/chacha20/dolbeau/u0.h \
257 crypto_stream/chacha20/dolbeau/u1.h \
258 crypto_stream/chacha20/dolbeau/u4.h
280 crypto_stream/salsa20/xmm6int/u0.h \
281 crypto_stream/salsa20/xmm6int/u1.h \
282 crypto_stream/salsa20/xmm6int/u4.h \
[all …]
/freebsd-14.2/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-14.2/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-14.2/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-14.2/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream.h41 int crypto_stream(unsigned char *c, unsigned long long clen,
/freebsd-14.2/sys/modules/crypto/
H A DMakefile21 .PATH: ${LIBSODIUM}/crypto_stream/chacha20
22 .PATH: ${LIBSODIUM}/crypto_stream/chacha20/ref
/freebsd-14.2/sys/contrib/libsodium/src/libsodium/include/
H A DMakefile.am47 sodium/crypto_stream.h \
/freebsd-14.2/contrib/unbound/dnscrypt/
H A Ddnscrypt.c405 crypto_stream((unsigned char *)&rnd, (unsigned long long)sizeof(rnd), nonce, in dnscrypt_pad()
/freebsd-14.2/sys/conf/
H A Dfiles5047 contrib/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c \
5050 contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c \