Searched refs:XXH128_canonical_t (Results 1 – 2 of 2) sorted by relevance
264 XXH128_canonicalFromHash((XXH128_canonical_t*)digest, XXH3_128bits_digest(&ctx->s)); in PHP_XXH3_128_Final()
203 # define XXH128_canonical_t XXH_IPREF(XXH128_canonical_t) macro933 typedef struct { unsigned char digest[sizeof(XXH128_hash_t)]; } XXH128_canonical_t; typedef934 XXH_PUBLIC_API void XXH128_canonicalFromHash(XXH128_canonical_t* dst, XXH128_hash_t hash);935 XXH_PUBLIC_API XXH128_hash_t XXH128_hashFromCanonical(const XXH128_canonical_t* src);5476 XXH128_canonicalFromHash(XXH128_canonical_t* dst, XXH128_hash_t hash) in XXH128_canonicalFromHash()5478 XXH_STATIC_ASSERT(sizeof(XXH128_canonical_t) == sizeof(XXH128_hash_t)); in XXH128_canonicalFromHash()5489 XXH128_hashFromCanonical(const XXH128_canonical_t* src) in XXH128_hashFromCanonical()5536 XXH128_canonical_t scrambler; in XXH3_generateSecret()
Completed in 19 milliseconds