Searched refs:crypto_stream_xsalsa20_KEYBYTES (Results 1 – 4 of 4) sorted by relevance
47 return crypto_stream_xsalsa20_KEYBYTES; in crypto_stream_xsalsa20_keybytes()63 crypto_stream_xsalsa20_keygen(unsigned char k[crypto_stream_xsalsa20_KEYBYTES]) in crypto_stream_xsalsa20_keygen() argument65 randombytes_buf(k, crypto_stream_xsalsa20_KEYBYTES); in crypto_stream_xsalsa20_keygen()
23 #define crypto_stream_xsalsa20_KEYBYTES 32U macro51 void crypto_stream_xsalsa20_keygen(unsigned char k[crypto_stream_xsalsa20_KEYBYTES]);
24 #define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES
36 { crypto_stream_xsalsa20_keygen, crypto_stream_xsalsa20_KEYBYTES } in tv_keygen()