Searched defs:secretSize (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | xxhash.h | 3594 const xxh_u8* XXH_RESTRICT secret, size_t secretSize, in XXH3_len_17to128_64b() 3624 const xxh_u8* XXH_RESTRICT secret, size_t secretSize, in XXH3_len_129to240_64b() 4479 const xxh_u8* XXH_RESTRICT secret, size_t secretSize, in XXH3_hashLong_internal_loop() 4549 const void* XXH_RESTRICT secret, size_t secretSize, in XXH3_hashLong_64b_internal() 4670 XXH3_64bits_withSecret(const void* input, size_t len, const void* secret, size_t secretSize) in XXH3_64bits_withSecret() 4683 XXH3_64bits_withSecretandSeed(const void* input, size_t len, const void* secret, size_t secretSize,… in XXH3_64bits_withSecretandSeed() 4784 const void* secret, size_t secretSize) in XXH3_reset_internal() 4819 XXH3_64bits_reset_withSecret(XXH3_state_t* statePtr, const void* secret, size_t secretSize) in XXH3_64bits_reset_withSecret() 4842 XXH3_64bits_reset_withSecretandSeed(XXH3_state_t* statePtr, const void* secret, size_t secretSize, … in XXH3_64bits_reset_withSecretandSeed() 5246 const xxh_u8* XXH_RESTRICT secret, size_t secretSize, in XXH3_len_17to128_128b() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | xxhash.cpp | 522 const uint8_t *secret, size_t secretSize) { in XXH3_hashLong_64b() 911 size_t secretSize, uint64_t seed) { in XXH3_len_17to128_128b() 940 size_t secretSize, uint64_t seed) { in XXH3_len_129to240_128b() 985 size_t secretSize) { in XXH3_hashLong_128b()
|