Searched refs:XXH128_canonical_t (Results 1 – 1 of 1) sorted by relevance
192 # define XXH128_canonical_t XXH_IPREF(XXH128_canonical_t) macro926 typedef struct { unsigned char digest[sizeof(XXH128_hash_t)]; } XXH128_canonical_t; typedef927 XXH_PUBLIC_API void XXH128_canonicalFromHash(XXH128_canonical_t* dst, XXH128_hash_t hash);928 XXH_PUBLIC_API XXH128_hash_t XXH128_hashFromCanonical(const XXH128_canonical_t* src);5578 XXH128_canonicalFromHash(XXH128_canonical_t* dst, XXH128_hash_t hash) in XXH128_canonicalFromHash()5580 XXH_STATIC_ASSERT(sizeof(XXH128_canonical_t) == sizeof(XXH128_hash_t)); in XXH128_canonicalFromHash()5591 XXH128_hashFromCanonical(const XXH128_canonical_t* src) in XXH128_hashFromCanonical()5646 XXH128_canonical_t scrambler; in XXH3_generateSecret()