Searched refs:crypto_stream_salsa2012_KEYBYTES (Results 1 – 2 of 2) sorted by relevance
7 return crypto_stream_salsa2012_KEYBYTES; in crypto_stream_salsa2012_keybytes()23 crypto_stream_salsa2012_keygen(unsigned char k[crypto_stream_salsa2012_KEYBYTES]) in crypto_stream_salsa2012_keygen() argument25 randombytes_buf(k, crypto_stream_salsa2012_KEYBYTES); in crypto_stream_salsa2012_keygen()
22 #define crypto_stream_salsa2012_KEYBYTES 32U macro44 void crypto_stream_salsa2012_keygen(unsigned char k[crypto_stream_salsa2012_KEYBYTES]);