Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h174 # undef XXH3_128bits_withSecret
305 # define XXH3_128bits_withSecret XXH_NAME2(XXH_NAMESPACE, XXH3_128bits_withSecret) macro
888 XXH_PUBLIC_API XXH128_hash_t XXH3_128bits_withSecret(const void* data, size_t len, const void* secr…
5374 XXH3_128bits_withSecret(const void* input, size_t len, const void* secret, size_t secretSize) in XXH3_128bits_withSecret() function
5472 return XXH3_128bits_withSecret(state->buffer, (size_t)(state->totalLen), in XXH3_128bits_digest()

Completed in 25 milliseconds