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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_chacha20.h 61 #define crypto_stream_chacha20_ietf_NONCEBYTES 12U
63 size_t crypto_stream_chacha20_ietf_noncebytes(void);
91 #define crypto_stream_chacha20_IETF_NONCEBYTES crypto_stream_chacha20_ietf_NONCEBYTES
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/
stream_chacha20.c 42 crypto_stream_chacha20_ietf_noncebytes(void) { function in typeref:typename:size_t
43 return crypto_stream_chacha20_ietf_NONCEBYTES;
  /src/sys/external/isc/libsodium/dist/test/default/
chacha20.c 110 unsigned char nonce[crypto_stream_chacha20_IETF_NONCEBYTES];
181 assert(crypto_stream_chacha20_ietf_noncebytes() > 0U);
182 assert(crypto_stream_chacha20_ietf_noncebytes() == crypto_stream_chacha20_ietf_NONCEBYTES);

Completed in 14 milliseconds