Home
last modified time | relevance | path

Searched refs:BLAKE3_OUT_LEN (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3.c263 BLAKE3_OUT_LEN]); in compress_chunks_parallel()
286 parents_array_len * BLAKE3_OUT_LEN]; in compress_parents_parallel()
295 memcpy(&out[parents_array_len * BLAKE3_OUT_LEN], in compress_parents_parallel()
297 BLAKE3_OUT_LEN], BLAKE3_OUT_LEN); in compress_parents_parallel()
357 uint8_t cv_array[2 * MAX_SIMD_DEGREE_OR_2 * BLAKE3_OUT_LEN]; in blake3_compress_subtree_wide()
369 uint8_t *right_cvs = &cv_array[degree * BLAKE3_OUT_LEN]; in blake3_compress_subtree_wide()
387 memcpy(out, cv_array, 2 * BLAKE3_OUT_LEN); in blake3_compress_subtree_wide()
411 uint64_t chunk_counter, uint8_t flags, uint8_t out[2 * BLAKE3_OUT_LEN]) in compress_subtree_to_parent_node()
413 uint8_t cv_array[MAX_SIMD_DEGREE_OR_2 * BLAKE3_OUT_LEN]; in compress_subtree_to_parent_node()
422 uint8_t out_array[MAX_SIMD_DEGREE_OR_2 * BLAKE3_OUT_LEN / 2]; in compress_subtree_to_parent_node()
[all …]
H A Dblake3_generic.c132 uint8_t flags_start, uint8_t flags_end, uint8_t out[BLAKE3_OUT_LEN]) in hash_one_generic() argument
188 out = &out[BLAKE3_OUT_LEN]; in blake3_hash_many_generic()
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3.c205 output_chaining_value(&output, &out[chunks_array_len * BLAKE3_OUT_LEN]); in compress_chunks_parallel()
230 &child_chaining_values[2 * parents_array_len * BLAKE3_OUT_LEN]; in compress_parents_parallel()
243 memcpy(&out[parents_array_len * BLAKE3_OUT_LEN], in compress_parents_parallel()
244 &child_chaining_values[2 * parents_array_len * BLAKE3_OUT_LEN], in compress_parents_parallel()
245 BLAKE3_OUT_LEN); in compress_parents_parallel()
296 uint8_t cv_array[2 * MAX_SIMD_DEGREE_OR_2 * BLAKE3_OUT_LEN]; in blake3_compress_subtree_wide()
305 uint8_t *right_cvs = &cv_array[degree * BLAKE3_OUT_LEN]; in blake3_compress_subtree_wide()
318 memcpy(out, cv_array, 2 * BLAKE3_OUT_LEN); in blake3_compress_subtree_wide()
340 uint64_t chunk_counter, uint8_t flags, uint8_t out[2 * BLAKE3_OUT_LEN]) { in compress_subtree_to_parent_node()
345 uint8_t cv_array[MAX_SIMD_DEGREE_OR_2 * BLAKE3_OUT_LEN]; in compress_subtree_to_parent_node()
[all …]
H A Dblake3_neon.c309 uint8_t out[BLAKE3_OUT_LEN]) { in hash_one_neon() argument
326 memcpy(out, cv, BLAKE3_OUT_LEN); in hash_one_neon()
342 out = &out[4 * BLAKE3_OUT_LEN]; in blake3_hash_many_neon()
352 out = &out[BLAKE3_OUT_LEN]; in blake3_hash_many_neon()
H A Dllvm_blake3_prefix.h6 #define BLAKE3_OUT_LEN LLVM_BLAKE3_OUT_LEN macro
H A Dblake3_portable.c128 uint8_t flags_end, uint8_t out[BLAKE3_OUT_LEN]) { in hash_one_portable() argument
158 out = &out[BLAKE3_OUT_LEN]; in blake3_hash_many_portable()
H A Dblake3_sse41.c518 uint8_t flags_end, uint8_t out[BLAKE3_OUT_LEN]) { in hash_one_sse41() argument
532 memcpy(out, cv, BLAKE3_OUT_LEN); in hash_one_sse41()
548 out = &out[DEGREE * BLAKE3_OUT_LEN]; in blake3_hash_many_sse41()
558 out = &out[BLAKE3_OUT_LEN]; in blake3_hash_many_sse41()
H A Dblake3_sse2.c524 uint8_t flags_end, uint8_t out[BLAKE3_OUT_LEN]) { in hash_one_sse2() argument
538 memcpy(out, cv, BLAKE3_OUT_LEN); in hash_one_sse2()
554 out = &out[DEGREE * BLAKE3_OUT_LEN]; in blake3_hash_many_sse2()
564 out = &out[BLAKE3_OUT_LEN]; in blake3_hash_many_sse2()
H A Dblake3_avx512.c1145 uint8_t flags_end, uint8_t out[BLAKE3_OUT_LEN]) { in hash_one_avx512() argument
1159 memcpy(out, cv, BLAKE3_OUT_LEN); in hash_one_avx512()
1175 out = &out[16 * BLAKE3_OUT_LEN]; in blake3_hash_many_avx512()
1185 out = &out[8 * BLAKE3_OUT_LEN]; in blake3_hash_many_avx512()
1195 out = &out[4 * BLAKE3_OUT_LEN]; in blake3_hash_many_avx512()
1205 out = &out[BLAKE3_OUT_LEN]; in blake3_hash_many_avx512()
H A Dblake3_avx2.c316 out = &out[DEGREE * BLAKE3_OUT_LEN]; in blake3_hash_many_avx2()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dblake3.h44 #define BLAKE3_OUT_LEN 32 macro
74 uint8_t cv_stack[(BLAKE3_MAX_DEPTH + 1) * BLAKE3_OUT_LEN];