Searched refs:XXH3_64bits_reset_withSecret (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/hash/ |
H A D | hash_xxhash.c | 204 _PHP_XXH3_Init(ctx, args, XXH3_64bits_reset_withSeed, XXH3_64bits_reset_withSecret, "xxh3"); in PHP_XXH3_64_Init()
|
/PHP-8.2/ext/hash/xxhash/ |
H A D | xxhash.h | 166 # undef XXH3_64bits_reset_withSecret 295 # define XXH3_64bits_reset_withSecret XXH_NAME2(XXH_NAMESPACE, XXH3_64bits_reset_withSecret) macro 862 XXH_PUBLIC_API XXH_errorcode XXH3_64bits_reset_withSecret(XXH3_state_t* statePtr, const void* secre… 4717 XXH3_64bits_reset_withSecret(XXH3_state_t* statePtr, const void* secret, size_t secretSize) in XXH3_64bits_reset_withSecret() function 5394 return XXH3_64bits_reset_withSecret(statePtr, secret, secretSize); in XXH3_128bits_reset_withSecret()
|
Completed in 20 milliseconds