Home
last modified time | relevance | path

Searched refs:store_cv_words (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/blake3/
Dblake3_portable.c142 store_cv_words(out, cv); in hash_one_portable()
Dblake3_impl.h169 INLINE void store_cv_words(uint8_t bytes_out[32], uint32_t cv_words[8]) { in store_cv_words() function
Dblake3.c86 store_cv_words(cv, cv_words); in output_chaining_value()