Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h4517 (void)seed64; (void)secret; (void)secretLen; in XXH3_hashLong_64b_default()
4557 (void)secret; (void)secretLen; in XXH3_hashLong_64b_withSeed()
4571 XXH_ASSERT(secretLen >= XXH3_SECRET_SIZE_MIN); 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()
5332 (void)secret; (void)secretLen; in XXH3_hashLong_128b_withSeed()
5345 XXH_ASSERT(secretLen >= XXH3_SECRET_SIZE_MIN); in XXH3_128bits_internal()
[all …]

Completed in 20 milliseconds