Searched refs:crypto_stream (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/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 …]
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/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()
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | crypto_stream.h | 41 int crypto_stream(unsigned char *c, unsigned long long clen,
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/ |
| H A D | Makefile.am | 47 sodium/crypto_stream.h \
|