/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/ |
crypto_core_hchacha20.h | 28 int crypto_core_hchacha20(unsigned char *out, const unsigned char *in,
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/xchacha20/ |
stream_xchacha20.c | 4 #include "crypto_core_hchacha20.h" 34 crypto_core_hchacha20(k2, n, k, NULL); 51 crypto_core_hchacha20(k2, n, k, NULL);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/xchacha20poly1305/sodium/ |
aead_xchacha20poly1305.c | 10 #include "crypto_core_hchacha20.h" 32 crypto_core_hchacha20(k2, npub, k, NULL); 85 crypto_core_hchacha20(k2, npub, k, NULL);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/xchacha20poly1305/ |
secretbox_xchacha20poly1305.c | 9 #include "crypto_core_hchacha20.h" 32 crypto_core_hchacha20(subkey, n, k, NULL); 101 crypto_core_hchacha20(subkey, n, k, NULL);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/include/ |
Makefile.am | 16 sodium/crypto_core_hchacha20.h \
|
Makefile.in | 142 sodium/crypto_core_ed25519.h sodium/crypto_core_hchacha20.h \ 390 sodium/crypto_core_ed25519.h sodium/crypto_core_hchacha20.h \
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/ |
box_curve25519xchacha20poly1305.c | 9 #include "crypto_core_hchacha20.h" 51 return crypto_core_hchacha20(k, zero, s, NULL);
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/hchacha20/ |
core_hchacha20.c | 5 #include "crypto_core_hchacha20.h" 17 crypto_core_hchacha20(unsigned char *out, const unsigned char *in, function in typeref:typename:int
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretstream/xchacha20poly1305/ |
secretstream_xchacha20poly1305.c | 9 #include "crypto_core_hchacha20.h" 58 crypto_core_hchacha20(state->k, out, k, NULL); 73 crypto_core_hchacha20(state->k, in, k, NULL);
|
/src/sys/external/isc/libsodium/dist/test/default/ |
xchacha20.c | 53 crypto_core_hchacha20(out2, in, key, NULL); 64 crypto_core_hchacha20(out2, in, key, constant);
|