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

  /src/sys/external/isc/libsodium/dist/test/default/
shorthash.c 12 unsigned char k[crypto_shorthash_KEYBYTES];
16 for (i = 0; i < crypto_shorthash_KEYBYTES; ++i) {
28 assert(crypto_shorthash_keybytes() > 0);
31 assert(crypto_shorthash_keybytes() ==
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_shorthash/
crypto_shorthash.c 12 crypto_shorthash_keybytes(void) function in typeref:typename:size_t
14 return crypto_shorthash_KEYBYTES;
31 crypto_shorthash_keygen(unsigned char k[crypto_shorthash_KEYBYTES])
33 randombytes_buf(k, crypto_shorthash_KEYBYTES);
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_shorthash.h 20 #define crypto_shorthash_KEYBYTES crypto_shorthash_siphash24_KEYBYTES
22 size_t crypto_shorthash_keybytes(void);
33 void crypto_shorthash_keygen(unsigned char k[crypto_shorthash_KEYBYTES]);

Completed in 36 milliseconds