Searched refs:crypto_shorthash_KEYBYTES (Results 1 – 4 of 4) sorted by relevance
14 return crypto_shorthash_KEYBYTES; in crypto_shorthash_keybytes()31 crypto_shorthash_keygen(unsigned char k[crypto_shorthash_KEYBYTES]) in crypto_shorthash_keygen() argument33 randombytes_buf(k, crypto_shorthash_KEYBYTES); in crypto_shorthash_keygen()
20 #define crypto_shorthash_KEYBYTES crypto_shorthash_siphash24_KEYBYTES macro33 void crypto_shorthash_keygen(unsigned char k[crypto_shorthash_KEYBYTES]);
12 unsigned char k[crypto_shorthash_KEYBYTES]; in main()16 for (i = 0; i < crypto_shorthash_KEYBYTES; ++i) { in main()
31 { crypto_shorthash_keygen, crypto_shorthash_KEYBYTES }, in tv_keygen()