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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_secretbox_xchacha20poly1305.h 19 #define crypto_secretbox_xchacha20poly1305_NONCEBYTES 24U
21 size_t crypto_secretbox_xchacha20poly1305_noncebytes(void);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretbox/xchacha20poly1305/
secretbox_xchacha20poly1305.c 162 crypto_secretbox_xchacha20poly1305_noncebytes(void) function in typeref:typename:size_t
164 return crypto_secretbox_xchacha20poly1305_NONCEBYTES;
  /src/sys/external/isc/libsodium/dist/test/default/
xchacha20.c 194 const char nonce[crypto_secretbox_xchacha20poly1305_NONCEBYTES * 2 + 1];
227 (crypto_secretbox_xchacha20poly1305_NONCEBYTES);
234 sodium_hex2bin(nonce, crypto_secretbox_xchacha20poly1305_NONCEBYTES,
292 assert(crypto_secretbox_xchacha20poly1305_noncebytes() == crypto_secretbox_xchacha20poly1305_NONCEBYTES);

Completed in 12 milliseconds