Searched refs:secretSize (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | xxhash.h | 813 …hash_t XXH3_64bits_withSecret(const void* data, size_t len, const void* secret, size_t secretSize); 855 …orcode XXH3_64bits_reset_withSecret(XXH3_state_t* statePtr, const void* secret, size_t secretSize); 881 …ash_t XXH3_128bits_withSecret(const void* data, size_t len, const void* secret, size_t secretSize); 898 …rcode XXH3_128bits_reset_withSecret(XXH3_state_t* statePtr, const void* secret, size_t secretSize); 1150 XXH_PUBLIC_API XXH_errorcode XXH3_generateSecret(void* secretBuffer, size_t secretSize, const void*… 1197 const void* secret, size_t secretSize, 1202 const void* secret, size_t secretSize, 1207 const void* secret, size_t secretSize, 1212 const void* secret, size_t secretSize, 3594 const xxh_u8* XXH_RESTRICT secret, size_t secretSize, in XXH3_len_17to128_64b() argument [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() argument 524 (secretSize - XXH_STRIPE_LEN) / XXH_SECRET_CONSUME_RATE; in XXH3_hashLong_64b() 533 XXH3_scrambleAcc(acc, secret + secretSize - XXH_STRIPE_LEN); in XXH3_hashLong_64b() 538 assert(nbStripes <= secretSize / XXH_SECRET_CONSUME_RATE); in XXH3_hashLong_64b() 544 secret + secretSize - XXH_STRIPE_LEN - in XXH3_hashLong_64b() 911 size_t secretSize, uint64_t seed) { in XXH3_len_17to128_128b() argument 912 (void)secretSize; in XXH3_len_17to128_128b() 940 size_t secretSize, uint64_t seed) { in XXH3_len_129to240_128b() argument 941 (void)secretSize; in XXH3_len_129to240_128b() 985 size_t secretSize) { in XXH3_hashLong_128b() argument [all …]
|