Searched defs:SIPHASH_KEY_LENGTH (Results 1 – 2 of 2) sorted by relevance
70 SipHash_SetKey(SIPHASH_CTX *ctx, const uint8_t key[SIPHASH_KEY_LENGTH]) in SipHash_SetKey()215 const uint8_t key[SIPHASH_KEY_LENGTH], in SipHashX()
52 #define SIPHASH_KEY_LENGTH 16 macro