Home
last modified time | relevance | path

Searched refs:blake3_compress_xof (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dllvm_blake3_prefix.h13 #define blake3_compress_xof llvm_blake3_compress_xof macro
H A Dblake3_dispatch.c166 void blake3_compress_xof(const uint32_t cv[8], in blake3_compress_xof() function
H A Dblake3_impl.h193 void blake3_compress_xof(const uint32_t cv[8],
H A Dblake3.c102 blake3_compress_xof(self->input_cv, self->block, self->block_len, in output_root_bytes()