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

  /src/sys/external/isc/libsodium/dist/test/default/
shorthash.c 11 unsigned char out[crypto_shorthash_BYTES];
22 for (j = 0; j < crypto_shorthash_BYTES; ++j) {
27 assert(crypto_shorthash_bytes() > 0);
30 assert(crypto_shorthash_bytes() == crypto_shorthash_siphash24_bytes());
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_shorthash/
crypto_shorthash.c 6 crypto_shorthash_bytes(void) function in typeref:typename:size_t
8 return crypto_shorthash_BYTES;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_shorthash.h 16 #define crypto_shorthash_BYTES crypto_shorthash_siphash24_BYTES
18 size_t crypto_shorthash_bytes(void);

Completed in 12 milliseconds