Searched refs:XXH128_canonical_t (Results 1 – 2 of 2) sorted by relevance
260 XXH128_canonicalFromHash((XXH128_canonical_t*)digest, XXH3_128bits_digest(&ctx->s)); in PHP_XXH3_128_Final()
147 # define XXH128_canonical_t XXH_IPREF(XXH128_canonical_t) macro588 typedef struct { unsigned char digest[sizeof(XXH128_hash_t)]; } XXH128_canonical_t; typedef589 XXH_PUBLIC_API void XXH128_canonicalFromHash(XXH128_canonical_t* dst, XXH128_hash_t hash);590 XXH_PUBLIC_API XXH128_hash_t XXH128_hashFromCanonical(const XXH128_canonical_t* src);4198 XXH128_canonical_t scrambler; in XXH3_generateSecret()4221 XXH128_canonical_t segment; in XXH3_generateSecret()4731 XXH128_canonicalFromHash(XXH128_canonical_t* dst, XXH128_hash_t hash) in XXH128_canonicalFromHash()4733 XXH_STATIC_ASSERT(sizeof(XXH128_canonical_t) == sizeof(XXH128_hash_t)); in XXH128_canonicalFromHash()4743 XXH128_hashFromCanonical(const XXH128_canonical_t* src) in XXH128_hashFromCanonical()
Completed in 24 milliseconds