Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h1091 const unsigned char* extSecret; member
4802 statePtr->extSecret = (const unsigned char*)secret; in XXH3_reset_internal()
4834 if ((seed != statePtr->seed) || (statePtr->extSecret != NULL)) in XXH3_64bits_reset_withSeed()
4900 …const unsigned char* const secret = (state->extSecret == NULL) ? state->customSecret : state->extS… in XXH3_update()
5048 …const unsigned char* const secret = (state->extSecret == NULL) ? state->customSecret : state->extS… in XXH3_64bits_digest()
5524 …const unsigned char* const secret = (state->extSecret == NULL) ? state->customSecret : state->extS… in XXH3_128bits_digest()