Searched refs:crypto_stream_chacha20_NONCEBYTES (Results 1 – 4 of 4) sorted by relevance
36 COMPILER_ASSERT(crypto_stream_chacha20_NONCEBYTES == in crypto_stream_xchacha20()
27 #define crypto_stream_chacha20_NONCEBYTES 8U macro
23 unsigned char nonce[crypto_stream_chacha20_NONCEBYTES]; in tv()177 assert(crypto_stream_chacha20_noncebytes() == crypto_stream_chacha20_NONCEBYTES); in main()
27 return crypto_stream_chacha20_NONCEBYTES; in crypto_stream_chacha20_noncebytes()