Searched refs:crypto_stream_chacha20_ietf_xor (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | chacha20.c | 150 assert(crypto_stream_chacha20_ietf_xor(out, out, 0U, nonce, key) == 0); in tv_ietf() 151 assert(crypto_stream_chacha20_ietf_xor(out, out, 0U, nonce, key) == 0); in tv_ietf() 155 crypto_stream_chacha20_ietf_xor(out, out, sizeof out, nonce, key); in tv_ietf()
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | crypto_stream_chacha20.h | 75 int crypto_stream_chacha20_ietf_xor(unsigned char *c, const unsigned char *m,
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ |
H A D | stream_chacha20.c | 93 crypto_stream_chacha20_ietf_xor(unsigned char *c, const unsigned char *m, in crypto_stream_chacha20_ietf_xor() function
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/ |
H A D | secretstream_xchacha20poly1305.c | 97 crypto_stream_chacha20_ietf_xor(new_key_and_inonce, new_key_and_inonce, in crypto_secretstream_xchacha20poly1305_rekey()
|
/freebsd/sys/contrib/libsodium/ |
H A D | ChangeLog | 271 crypto_stream_chacha20_ietf_xor() and crypto_stream_chacha20_ietf_xor_ic().
|