Searched refs:blake3_compress_in_place_portable (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/blake3/ |
D | blake3_portable.c | 84 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()
|
D | blake3_dispatch.c | 162 blake3_compress_in_place_portable(cv, block, block_len, counter, flags); in blake3_compress_in_place()
|
D | blake3_neon.c | 298 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()
|
D | blake3_impl.h | 199 void blake3_compress_in_place_portable(uint32_t cv[8],
|