Searched refs:dict_hash_function_seed (Results 1 – 1 of 1) sorted by relevance
74 static uint8_t dict_hash_function_seed[16]; variable77 memcpy(dict_hash_function_seed,seed,sizeof(dict_hash_function_seed)); in dictSetHashFunctionSeed()81 return dict_hash_function_seed; in dictGetHashFunctionSeed()91 return siphash(key,len,dict_hash_function_seed); in dictGenHashFunction()95 return siphash_nocase(buf,len,dict_hash_function_seed); in dictGenCaseHashFunction()