Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3.c146 uint64_t output_block_counter = seek / 64; in output_root_bytes() local
151 output_block_counter, ctx->flags | ROOT, wide_buf); in output_root_bytes()
162 output_block_counter += 1; in output_root_bytes()
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3.c98 uint64_t output_block_counter = seek / 64; in output_root_bytes() local
103 output_block_counter, self->flags | ROOT, wide_buf); in output_root_bytes()
114 output_block_counter += 1; in output_root_bytes()