Home
last modified time | relevance | path

Searched refs:dict_hash_function_seed (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Ddict.c74 static uint8_t dict_hash_function_seed[16]; variable
77 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()