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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_shorthash/siphash24/
shorthash_siphash24.c 4 crypto_shorthash_siphash24_bytes(void) { function in typeref:typename:size_t
5 return crypto_shorthash_siphash24_BYTES;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_shorthash.h 16 #define crypto_shorthash_BYTES crypto_shorthash_siphash24_BYTES
crypto_shorthash_siphash24.h 16 #define crypto_shorthash_siphash24_BYTES 8U
18 size_t crypto_shorthash_siphash24_bytes(void);
  /src/sys/external/isc/libsodium/dist/test/default/
siphashx24.c 28 assert(crypto_shorthash_siphashx24_BYTES > crypto_shorthash_siphash24_BYTES);

Completed in 13 milliseconds