Home
last modified time | relevance | path

Searched refs:crypto_stream_xchacha20_NONCEBYTES (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/xchacha20/
H A Dstream_xchacha20.c19 return crypto_stream_xchacha20_NONCEBYTES; in crypto_stream_xchacha20_noncebytes()
37 crypto_stream_xchacha20_NONCEBYTES - in crypto_stream_xchacha20()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_xchacha20.h27 #define crypto_stream_xchacha20_NONCEBYTES 24U macro
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dxchacha20.c85 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()