Searched refs:XXH3_hashLong_64b_withSecret (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/hash/xxhash/ |
H A D | xxhash.h | 4469 XXH3_hashLong_64b_withSecret(const void* XXH_RESTRICT input, size_t len, in XXH3_hashLong_64b_withSecret() function 4570 return XXH3_64bits_internal(input, len, 0, secret, secretSize, XXH3_hashLong_64b_withSecret); in XXH3_64bits_withSecret() 4585 return XXH3_hashLong_64b_withSecret(input, len, seed, (const xxh_u8*)secret, secretSize); in XXH3_64bits_withSecretandSeed()
|
Completed in 17 milliseconds