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 D | salsa20_ref.c | 41 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 D | core4.c | 23 crypto_core_salsa20(out, in, k, c); in main()
|
| H A D | core6.c | 37 crypto_core_salsa20(out, in, k, c); in main()
|
| H A D | core3.c | 49 crypto_core_salsa20(output + pos, in, secondkey, c); in main()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | crypto_core_salsa20.h | 28 int crypto_core_salsa20(unsigned char *out, const unsigned char *in,
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/ |
| H A D | Makefile.am | 18 sodium/crypto_core_salsa20.h \
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/ |
| H A D | core_salsa_ref.c | 98 crypto_core_salsa20(unsigned char *out, const unsigned char *in, in crypto_core_salsa20() function
|