Searched refs:crypto_stream_salsa20_KEYBYTES (Results 1 – 7 of 7) sorted by relevance
32 return crypto_stream_salsa20_KEYBYTES; in crypto_stream_salsa20_keybytes()72 crypto_stream_salsa20_keygen(unsigned char k[crypto_stream_salsa20_KEYBYTES]) in crypto_stream_salsa20_keygen() argument74 randombytes_buf(k, crypto_stream_salsa20_KEYBYTES); in crypto_stream_salsa20_keygen()
23 #define crypto_stream_salsa20_KEYBYTES 32U macro51 void crypto_stream_salsa20_keygen(unsigned char k[crypto_stream_salsa20_KEYBYTES]);
24 unsigned char subkey[crypto_stream_salsa20_KEYBYTES]; in crypto_secretbox_detached()90 unsigned char subkey[crypto_stream_salsa20_KEYBYTES]; in crypto_secretbox_open_detached()95 crypto_stream_salsa20(block0, crypto_stream_salsa20_KEYBYTES, in crypto_secretbox_open_detached()
35 { crypto_stream_salsa20_keygen, crypto_stream_salsa20_KEYBYTES }, in tv_keygen()
94 unsigned char key[crypto_stream_salsa20_KEYBYTES];459 &stream.key[crypto_stream_salsa20_KEYBYTES - 4] ^= (uint32_t) r; in randombytes_salsa20_random_xorhwrand()
81 COMPILER_ASSERT(crypto_stream_salsa20_KEYBYTES == 256 / 8); in stream_sse2()
90 COMPILER_ASSERT(crypto_stream_salsa20_KEYBYTES == 256 / 8); in stream_avx2()