Home
last modified time | relevance | path

Searched defs:BLAKE3_OUT_LEN (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/blake3/
Dblake3.h13 #define BLAKE3_OUT_LEN 32 macro
Dblake3_portable.c128 uint8_t flags_end, uint8_t out[BLAKE3_OUT_LEN]) { in hash_one_portable()
Dblake3.c333 INLINE void compress_subtree_to_parent_node( in compress_subtree_to_parent_node()
447 INLINE void hasher_push_cv(blake3_hasher *self, uint8_t new_cv[BLAKE3_OUT_LEN], in hasher_push_cv()
Dblake3_neon.c306 uint8_t out[BLAKE3_OUT_LEN]) { in hash_one_neon()