Home
last modified time | relevance | path

Searched refs:crypto_stream_xchacha20 (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_xchacha20.h36 int crypto_stream_xchacha20(unsigned char *c, unsigned long long clen,
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/xchacha20/
H A Dstream_xchacha20.c29 crypto_stream_xchacha20(unsigned char *c, unsigned long long clen, in crypto_stream_xchacha20() function
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/
H A DMakefile.am52 sodium/crypto_stream_xchacha20.h \
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dxchacha20.c126 crypto_stream_xchacha20(out2, out_len, nonce, key); in tv_stream_xchacha20()
140 crypto_stream_xchacha20(out2, 0, nonce, key); in tv_stream_xchacha20()