Searched refs:keyed (Results 1 – 1 of 1) sorted by relevance
449 xxh_u64 const keyed = (xxh_u64)combined ^ (XXH_readLE32(secret) + seed); in XXH3p_len_1to3_64b() local450 xxh_u64 const mixed = keyed * PRIME64_1; in XXH3p_len_1to3_64b()464 xxh_u64 const keyed = input_64 ^ (XXH_readLE64(secret) + seed); in XXH3p_len_4to8_64b() local465 xxh_u64 const mix64 = len + ((keyed ^ (keyed >> 51)) * PRIME32_1); in XXH3p_len_4to8_64b()