Searched refs:crypto_stream_KEYBYTES (Results 1 – 3 of 3) sorted by relevance
8 return crypto_stream_KEYBYTES; in crypto_stream_keybytes()46 crypto_stream_keygen(unsigned char k[crypto_stream_KEYBYTES]) in crypto_stream_keygen() argument48 randombytes_buf(k, crypto_stream_KEYBYTES); in crypto_stream_keygen()
24 #define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES macro50 void crypto_stream_keygen(unsigned char k[crypto_stream_KEYBYTES]);
32 { crypto_stream_keygen, crypto_stream_KEYBYTES }, in tv_keygen()