Home
last modified time | relevance | path

Searched defs:BLAKE3_BLOCK_LEN (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/blake3/
Dblake3_portable.c38 const uint8_t block[BLAKE3_BLOCK_LEN], in compress_pre()
85 const uint8_t block[BLAKE3_BLOCK_LEN], in blake3_compress_in_place_portable()
101 const uint8_t block[BLAKE3_BLOCK_LEN], in blake3_compress_xof_portable()
Dblake3_avx2_x86-64_windows_gnu.S1805 BLAKE3_BLOCK_LEN: label
Dblake3_avx2_x86-64_unix.S1808 BLAKE3_BLOCK_LEN: label
Dblake3_dispatch.c137 const uint8_t block[BLAKE3_BLOCK_LEN], in blake3_compress_in_place()
166 const uint8_t block[BLAKE3_BLOCK_LEN], in blake3_compress_xof()
Dblake3_avx512_x86-64_windows_gnu.S2604 BLAKE3_BLOCK_LEN: label
Dblake3_sse41_x86-64_windows_gnu.S2066 BLAKE3_BLOCK_LEN: label
Dblake3_sse2_x86-64_windows_gnu.S2321 BLAKE3_BLOCK_LEN: label
Dblake3_avx512_x86-64_unix.S2582 BLAKE3_BLOCK_LEN: label
Dblake3_sse41_x86-64_unix.S2033 BLAKE3_BLOCK_LEN: label
Dblake3.h14 #define BLAKE3_BLOCK_LEN 64 macro
Dblake3_sse2_x86-64_unix.S2288 BLAKE3_BLOCK_LEN: label
Dblake3.c63 const uint8_t block[BLAKE3_BLOCK_LEN], in make_output()
149 INLINE output_t parent_output(const uint8_t block[BLAKE3_BLOCK_LEN], in parent_output()