Lines Matching refs:customSecret

1074    XXH_ALIGN_MEMBER(64, unsigned char customSecret[XXH3_SECRET_DEFAULT_SIZE]);
3821 XXH3_initCustomSecret_avx512(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_avx512() argument
3825 XXH_ASSERT(((size_t)customSecret & 63) == 0); in XXH3_initCustomSecret_avx512()
3831 __m512i* const dest = ( __m512i*) customSecret; in XXH3_initCustomSecret_avx512()
3919 XXH_FORCE_INLINE XXH_TARGET_AVX2 void XXH3_initCustomSecret_avx2(void* XXH_RESTRICT customSecret, x… in XXH3_initCustomSecret_avx2() argument
3925 XXH_PREFETCH(customSecret); in XXH3_initCustomSecret_avx2()
3929 __m256i* dest = ( __m256i*) customSecret; in XXH3_initCustomSecret_avx2()
4025 XXH_FORCE_INLINE XXH_TARGET_SSE2 void XXH3_initCustomSecret_sse2(void* XXH_RESTRICT customSecret, x… in XXH3_initCustomSecret_sse2() argument
4041 __m128i* dst16 = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2()
4262 XXH3_initCustomSecret_scalar(void* XXH_RESTRICT customSecret, xxh_u64 seed64) in XXH3_initCustomSecret_scalar() argument
4320 XXH_writeLE64((xxh_u8*)customSecret + 16*i, lo); in XXH3_initCustomSecret_scalar()
4321 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
4764 XXH3_initCustomSecret(statePtr->customSecret, seed); 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()