Searched defs:drounds (Results 1 – 6 of 6) sorted by relevance
43 unsigned int crounds, drounds; member51 static unsigned int drounds(struct siphash_data_st *ctx) in drounds() function
42 unsigned int drounds; member
109 int SipHash_Init(SIPHASH *ctx, const unsigned char *k, int crounds, int drounds) in SipHash_Init()