Searched refs:secretLen (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/hash/xxhash/ |
H A D | xxhash.h | 4486 (void)seed64; (void)secret; (void)secretLen; in XXH3_hashLong_64b_default() 4526 (void)secret; (void)secretLen; in XXH3_hashLong_64b_withSeed() 4540 XXH_ASSERT(secretLen >= XXH3_SECRET_SIZE_MIN); in XXH3_64bits_internal() 4554 return f_hashLong(input, len, seed64, (const xxh_u8*)secret, secretLen); in XXH3_64bits_internal() 5255 const void* XXH_RESTRICT secret, size_t secretLen) in XXH3_hashLong_128b_default() argument 5257 (void)seed64; (void)secret; (void)secretLen; in XXH3_hashLong_128b_default() 5269 const void* XXH_RESTRICT secret, size_t secretLen) in XXH3_hashLong_128b_withSecret() argument 5272 return XXH3_hashLong_128b_internal(input, len, (const xxh_u8*)secret, secretLen, in XXH3_hashLong_128b_withSecret() 5301 (void)secret; (void)secretLen; in XXH3_hashLong_128b_withSeed() 5314 XXH_ASSERT(secretLen >= XXH3_SECRET_SIZE_MIN); in XXH3_128bits_internal() [all …]
|
Completed in 20 milliseconds