Home
last modified time | relevance | path

Searched refs:crypto_stream_xchacha20_keygen (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_xchacha20.h51 void crypto_stream_xchacha20_keygen(unsigned char k[crypto_stream_xchacha20_KEYBYTES]);
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/xchacha20/
H A Dstream_xchacha20.c65 crypto_stream_xchacha20_keygen( in crypto_stream_xchacha20_keygen() function
/freebsd/sys/contrib/libsodium/test/default/
H A Dxchacha20.c175 crypto_stream_xchacha20_keygen(key); in tv_stream_xchacha20()