Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h1094 const unsigned char* extSecret; member
4731 statePtr->extSecret = (const unsigned char*)secret; in XXH3_reset_internal()
4763 if ((seed != statePtr->seed) || (statePtr->extSecret != NULL)) in XXH3_64bits_reset_withSeed()
4829 …const unsigned char* const secret = (state->extSecret == NULL) ? state->customSecret : state->extS… in XXH3_update()
4977 …const unsigned char* const secret = (state->extSecret == NULL) ? state->customSecret : state->extS… in XXH3_64bits_digest()
5453 …const unsigned char* const secret = (state->extSecret == NULL) ? state->customSecret : state->extS… in XXH3_128bits_digest()

Completed in 28 milliseconds