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

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_shorthash/siphash24/
shorthash_siphashx24.c 4 crypto_shorthash_siphashx24_bytes(void) { function in typeref:typename:size_t
5 return crypto_shorthash_siphashx24_BYTES;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_shorthash_siphash24.h 31 #define crypto_shorthash_siphashx24_BYTES 16U
33 size_t crypto_shorthash_siphashx24_bytes(void);
  /src/sys/external/isc/libsodium/dist/test/default/
siphashx24.c 11 unsigned char out[crypto_shorthash_siphashx24_BYTES];
22 for (j = 0; j < crypto_shorthash_siphashx24_BYTES; ++j) {
28 assert(crypto_shorthash_siphashx24_BYTES > crypto_shorthash_siphash24_BYTES);
29 assert(crypto_shorthash_siphashx24_bytes() == crypto_shorthash_siphashx24_BYTES);

Completed in 12 milliseconds