Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/
H A Dcrypto_stream.c46 crypto_stream_keygen(unsigned char k[crypto_stream_KEYBYTES]) in crypto_stream_keygen() function
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream.h50 void crypto_stream_keygen(unsigned char k[crypto_stream_KEYBYTES]);
/freebsd/sys/contrib/libsodium/test/default/
H A Dkeygen.c32 { crypto_stream_keygen, crypto_stream_KEYBYTES }, in tv_keygen()