Searched refs:crypto_core_hchacha20 (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/xchacha20/ |
H A D | stream_xchacha20.c | 34 crypto_core_hchacha20(k2, n, k, NULL); in crypto_stream_xchacha20() 51 crypto_core_hchacha20(k2, n, k, NULL); in crypto_stream_xchacha20_xor_ic()
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/xchacha20poly1305/sodium/ |
H A D | aead_xchacha20poly1305.c | 32 crypto_core_hchacha20(k2, npub, k, NULL); in crypto_aead_xchacha20poly1305_ietf_encrypt_detached() 85 crypto_core_hchacha20(k2, npub, k, NULL); in crypto_aead_xchacha20poly1305_ietf_decrypt_detached()
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/xchacha20poly1305/ |
H A D | secretbox_xchacha20poly1305.c | 32 crypto_core_hchacha20(subkey, n, k, NULL); in crypto_secretbox_xchacha20poly1305_detached() 101 crypto_core_hchacha20(subkey, n, k, NULL); in crypto_secretbox_xchacha20poly1305_open_detached()
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/ |
H A D | crypto_core_hchacha20.h | 28 int crypto_core_hchacha20(unsigned char *out, const unsigned char *in,
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretstream/xchacha20poly1305/ |
H A D | secretstream_xchacha20poly1305.c | 58 crypto_core_hchacha20(state->k, out, k, NULL); in crypto_secretstream_xchacha20poly1305_init_push() 73 crypto_core_hchacha20(state->k, in, k, NULL); in crypto_secretstream_xchacha20poly1305_init_pull()
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/hchacha20/ |
H A D | core_hchacha20.c | 17 crypto_core_hchacha20(unsigned char *out, const unsigned char *in, in crypto_core_hchacha20() function
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/ |
H A D | Makefile.am | 16 sodium/crypto_core_hchacha20.h \
|
H A D | Makefile.in | 142 sodium/crypto_core_ed25519.h sodium/crypto_core_hchacha20.h \ 390 sodium/crypto_core_ed25519.h sodium/crypto_core_hchacha20.h \
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/ |
H A D | box_curve25519xchacha20poly1305.c | 51 return crypto_core_hchacha20(k, zero, s, NULL); in crypto_box_curve25519xchacha20poly1305_beforenm()
|
/netbsd-src/sys/external/isc/libsodium/dist/test/default/ |
H A D | xchacha20.c | 53 crypto_core_hchacha20(out2, in, key, NULL); in tv_hchacha20() 64 crypto_core_hchacha20(out2, in, key, constant); in tv_hchacha20()
|
/netbsd-src/sys/external/isc/libsodium/dist/ |
H A D | ChangeLog | 197 - The HChaCha20 core function was implemented (`crypto_core_hchacha20()`).
|