Home
last modified time | relevance | path

Searched refs:blake3_compress_in_place_portable (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/blake3/
Dblake3_portable.c84 void blake3_compress_in_place_portable(uint32_t cv[8], in blake3_compress_in_place_portable() function
136 blake3_compress_in_place_portable(cv, input, BLAKE3_BLOCK_LEN, counter, in hash_one_portable()
Dblake3_dispatch.c162 blake3_compress_in_place_portable(cv, block, block_len, counter, flags); in blake3_compress_in_place()
Dblake3_neon.c298 void blake3_compress_in_place_portable(uint32_t cv[8],
317 blake3_compress_in_place_portable(cv, input, BLAKE3_BLOCK_LEN, counter, in hash_one_neon()
Dblake3_impl.h199 void blake3_compress_in_place_portable(uint32_t cv[8],