Home
last modified time | relevance | path

Searched refs:wide_buf (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3.c148 uint8_t wide_buf[64]; in output_root_bytes() local
151 output_block_counter, ctx->flags | ROOT, wide_buf); in output_root_bytes()
159 memcpy(out, wide_buf + offset_within_block, memcpy_len); in output_root_bytes()
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3.c100 uint8_t wide_buf[64]; in output_root_bytes() local
103 output_block_counter, self->flags | ROOT, wide_buf); in output_root_bytes()
111 memcpy(out, wide_buf + offset_within_block, memcpy_len); in output_root_bytes()