Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h676 const unsigned char* extSecret; /* reference to external secret; member
3991 statePtr->extSecret = (const unsigned char*)secret; in XXH3_64bits_reset_internal()
4069 …const unsigned char* const secret = (state->extSecret == NULL) ? state->customSecret : state->extS… in XXH3_update()
4168 …const unsigned char* const secret = (state->extSecret == NULL) ? state->customSecret : state->extS… in XXH3_64bits_digest()
4680 …const unsigned char* const secret = (state->extSecret == NULL) ? state->customSecret : state->extS… in XXH3_128bits_digest()

Completed in 30 milliseconds