Searched refs:crypto_stream_xchacha20_NONCEBYTES (Results 1 – 3 of 3) sorted by relevance
19 return crypto_stream_xchacha20_NONCEBYTES; in crypto_stream_xchacha20_noncebytes()37 crypto_stream_xchacha20_NONCEBYTES - in crypto_stream_xchacha20()
27 #define crypto_stream_xchacha20_NONCEBYTES 24U macro
85 const char nonce[crypto_stream_xchacha20_NONCEBYTES * 2 + 1];114 nonce = (unsigned char *) sodium_malloc(crypto_stream_xchacha20_NONCEBYTES); in tv_stream_xchacha20()121 sodium_hex2bin(nonce, crypto_stream_xchacha20_NONCEBYTES, in tv_stream_xchacha20()186 assert(crypto_stream_xchacha20_noncebytes() == crypto_stream_xchacha20_NONCEBYTES); in tv_stream_xchacha20()