Searched refs:crypto_stream_chacha20_ietf_NONCEBYTES (Results 1 – 5 of 5) sorted by relevance
61 #define crypto_stream_chacha20_ietf_NONCEBYTES 12U macro91 #define crypto_stream_chacha20_IETF_NONCEBYTES crypto_stream_chacha20_ietf_NONCEBYTES
57 unsigned char nonce[crypto_stream_chacha20_ietf_NONCEBYTES];
43 return crypto_stream_chacha20_ietf_NONCEBYTES; in crypto_stream_chacha20_ietf_noncebytes()
171 static const unsigned char nonce[crypto_stream_chacha20_ietf_NONCEBYTES] = { in randombytes_buf_deterministic()
182 assert(crypto_stream_chacha20_ietf_noncebytes() == crypto_stream_chacha20_ietf_NONCEBYTES); in main()