HomeSort by: relevance | last modified time | path
    Searched refs:crypto_secretstream_xchacha20poly1305_headerbytes (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_secretstream_xchacha20poly1305.h 22 #define crypto_secretstream_xchacha20poly1305_HEADERBYTES \
25 size_t crypto_secretstream_xchacha20poly1305_headerbytes(void);
71 unsigned char header[crypto_secretstream_xchacha20poly1305_HEADERBYTES],
84 const unsigned char header[crypto_secretstream_xchacha20poly1305_HEADERBYTES],
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretstream/xchacha20poly1305/
secretstream_xchacha20poly1305.c 45 unsigned char out[crypto_secretstream_xchacha20poly1305_HEADERBYTES],
48 COMPILER_ASSERT(crypto_secretstream_xchacha20poly1305_HEADERBYTES ==
51 COMPILER_ASSERT(crypto_secretstream_xchacha20poly1305_HEADERBYTES ==
57 randombytes_buf(out, crypto_secretstream_xchacha20poly1305_HEADERBYTES);
70 const unsigned char in[crypto_secretstream_xchacha20poly1305_HEADERBYTES],
272 crypto_secretstream_xchacha20poly1305_headerbytes(void) function in typeref:typename:size_t
274 return crypto_secretstream_xchacha20poly1305_HEADERBYTES;
  /src/sys/external/isc/libsodium/dist/test/default/
secretstream.c 27 sodium_malloc(crypto_secretstream_xchacha20poly1305_HEADERBYTES);
310 assert(crypto_secretstream_xchacha20poly1305_headerbytes() ==
311 crypto_secretstream_xchacha20poly1305_HEADERBYTES);

Completed in 13 milliseconds