Home
last modified time | relevance | path

Searched refs:crypto_stream_chacha20_ietf_xor (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/libsodium/test/default/
H A Dchacha20.c150 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 Dcrypto_stream_chacha20.h75 int crypto_stream_chacha20_ietf_xor(unsigned char *c, const unsigned char *m,
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/
H A Dstream_chacha20.c93 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 Dsecretstream_xchacha20poly1305.c97 crypto_stream_chacha20_ietf_xor(new_key_and_inonce, new_key_and_inonce, in crypto_secretstream_xchacha20poly1305_rekey()
/freebsd/sys/contrib/libsodium/
H A DChangeLog271 crypto_stream_chacha20_ietf_xor() and crypto_stream_chacha20_ietf_xor_ic().