Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_impl.h176 static inline void store_cv_words(uint8_t bytes_out[32], uint32_t cv_words[8]) { in store_cv_words() function
H A Dblake3_generic.c146 store_cv_words(out, cv); in hash_one_generic()
H A Dblake3.c140 store_cv_words(cv, cv_words); in output_chaining_value()
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_portable.c142 store_cv_words(out, cv); in hash_one_portable()
H A Dblake3_impl.h175 INLINE void store_cv_words(uint8_t bytes_out[32], uint32_t cv_words[8]) { in store_cv_words()
174 INLINE void store_cv_words(uint8_t bytes_out[32], uint32_t cv_words[8]) { store_cv_words() function
H A Dblake3.c93 store_cv_words(cv, cv_words); in output_chaining_value()