Searched refs:extSecret (Results 1 – 1 of 1) sorted by relevance
1094 const unsigned char* extSecret; member4700 statePtr->extSecret = (const unsigned char*)secret; in XXH3_reset_internal()4732 if ((seed != statePtr->seed) || (statePtr->extSecret != NULL)) in XXH3_64bits_reset_withSeed()4798 …const unsigned char* const secret = (state->extSecret == NULL) ? state->customSecret : state->extS… in XXH3_update()4946 …const unsigned char* const secret = (state->extSecret == NULL) ? state->customSecret : state->extS… in XXH3_64bits_digest()5422 …const unsigned char* const secret = (state->extSecret == NULL) ? state->customSecret : state->extS… in XXH3_128bits_digest()
Completed in 19 milliseconds