Searched refs:crypto_stream_chacha20_noncebytes (Results 1 – 3 of 3) sorted by relevance
176 assert(crypto_stream_chacha20_noncebytes() > 0U); in main()177 assert(crypto_stream_chacha20_noncebytes() == crypto_stream_chacha20_NONCEBYTES); in main()
29 size_t crypto_stream_chacha20_noncebytes(void);
26 crypto_stream_chacha20_noncebytes(void) { in crypto_stream_chacha20_noncebytes() function