Lines Matching refs:secretLen

4501 …                          XXH64_hash_t seed64, const xxh_u8* XXH_RESTRICT secret, size_t secretLen)  in XXH3_hashLong_64b_withSecret()  argument
4504 …return XXH3_hashLong_64b_internal(input, len, secret, secretLen, XXH3_accumulate_512, XXH3_scrambl… in XXH3_hashLong_64b_withSecret()
4515 XXH64_hash_t seed64, const xxh_u8* XXH_RESTRICT secret, size_t secretLen) in XXH3_hashLong_64b_default() argument
4517 (void)seed64; (void)secret; (void)secretLen; in XXH3_hashLong_64b_default()
4555 XXH64_hash_t seed, const xxh_u8* secret, size_t secretLen) in XXH3_hashLong_64b_withSeed() argument
4557 (void)secret; (void)secretLen; in XXH3_hashLong_64b_withSeed()
4568 XXH64_hash_t seed64, const void* XXH_RESTRICT secret, size_t secretLen, in XXH3_64bits_internal() argument
4571 XXH_ASSERT(secretLen >= XXH3_SECRET_SIZE_MIN); in XXH3_64bits_internal()
4582 … return XXH3_len_17to128_64b((const xxh_u8*)input, len, (const xxh_u8*)secret, secretLen, seed64); in XXH3_64bits_internal()
4584 … return XXH3_len_129to240_64b((const xxh_u8*)input, len, (const xxh_u8*)secret, secretLen, seed64); in XXH3_64bits_internal()
4585 return f_hashLong(input, len, seed64, (const xxh_u8*)secret, secretLen); in XXH3_64bits_internal()
5286 const void* XXH_RESTRICT secret, size_t secretLen) in XXH3_hashLong_128b_default() argument
5288 (void)seed64; (void)secret; (void)secretLen; in XXH3_hashLong_128b_default()
5300 const void* XXH_RESTRICT secret, size_t secretLen) in XXH3_hashLong_128b_withSecret() argument
5303 return XXH3_hashLong_128b_internal(input, len, (const xxh_u8*)secret, secretLen, in XXH3_hashLong_128b_withSecret()
5330 XXH64_hash_t seed64, const void* XXH_RESTRICT secret, size_t secretLen) in XXH3_hashLong_128b_withSeed() argument
5332 (void)secret; (void)secretLen; in XXH3_hashLong_128b_withSeed()
5342 XXH64_hash_t seed64, const void* XXH_RESTRICT secret, size_t secretLen, in XXH3_128bits_internal() argument
5345 XXH_ASSERT(secretLen >= XXH3_SECRET_SIZE_MIN); in XXH3_128bits_internal()
5355 … return XXH3_len_17to128_128b((const xxh_u8*)input, len, (const xxh_u8*)secret, secretLen, seed64); in XXH3_128bits_internal()
5357 …return XXH3_len_129to240_128b((const xxh_u8*)input, len, (const xxh_u8*)secret, secretLen, seed64); in XXH3_128bits_internal()
5358 return f_hl128(input, len, seed64, secret, secretLen); in XXH3_128bits_internal()