Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dxxh3p.h966 XXH_FORCE_INLINE void XXH3p_initCustomSecret(xxh_u8* customSecret, xxh_u64 seed64) in XXH3p_initCustomSecret() argument
974 XXH_writeLE64(customSecret + 16*i, XXH_readLE64(kSecret + 16*i) + seed64); in XXH3p_initCustomSecret()
975 XXH_writeLE64(customSecret + 16*i + 8, XXH_readLE64(kSecret + 16*i + 8) - seed64); in XXH3p_initCustomSecret()
Dxxhash.h480 …XXH_ALIGN(64) unsigned char customSecret[XXH3p_SECRET_DEFAULT_SIZE]; /* used to store a custom se…