Searched refs:customSecret (Results 1 – 2 of 2) sorted by relevance
966 XXH_FORCE_INLINE void XXH3p_initCustomSecret(xxh_u8* customSecret, xxh_u64 seed64) in XXH3p_initCustomSecret() argument974 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()
480 …XXH_ALIGN(64) unsigned char customSecret[XXH3p_SECRET_DEFAULT_SIZE]; /* used to store a custom se…