Searched refs:crypto_stream (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/sys/contrib/libsodium/src/libsodium/ |
| H A D | Makefile.am | 80 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 D | AUTHORS | 111 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 D | stream.c | 27 crypto_stream(output, sizeof output, nonce, firstkey); in main() 45 crypto_stream(output, (int) (i & 0xff), nonce, firstkey); in main()
|
| H A D | stream3.c | 23 crypto_stream(rs, 32, nonce, firstkey); in main()
|
| /freebsd-14.2/sys/contrib/libsodium/src/libsodium/crypto_stream/ |
| H A D | crypto_stream.c | 30 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 D | crypto_stream.h | 41 int crypto_stream(unsigned char *c, unsigned long long clen,
|
| /freebsd-14.2/sys/modules/crypto/ |
| H A D | Makefile | 21 .PATH: ${LIBSODIUM}/crypto_stream/chacha20 22 .PATH: ${LIBSODIUM}/crypto_stream/chacha20/ref
|
| /freebsd-14.2/sys/contrib/libsodium/src/libsodium/include/ |
| H A D | Makefile.am | 47 sodium/crypto_stream.h \
|
| /freebsd-14.2/contrib/unbound/dnscrypt/ |
| H A D | dnscrypt.c | 405 crypto_stream((unsigned char *)&rnd, (unsigned long long)sizeof(rnd), nonce, in dnscrypt_pad()
|
| /freebsd-14.2/sys/conf/ |
| H A D | files | 5047 contrib/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c \ 5050 contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/chacha20_ref.c \
|