Searched defs:BLAKE3_OUT_LEN (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dblake3.h43 #define BLAKE3_OUT_LEN 32 macro
/freebsd-current/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dllvm_blake3_prefix.h6 #define BLAKE3_OUT_LEN LLVM_BLAKE3_OUT_LEN macro
H A Dblake3.c340 compress_subtree_to_parent_node( const uint8_t *input, size_t input_len, const uint32_t key[8], uint64_t chunk_counter, uint8_t flags, uint8_t out[2 * BLAKE3_OUT_LEN]) argument
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3.c408 compress_subtree_to_parent_node(const blake3_ops_t *ops, const uint8_t *input, size_t input_len, const uint32_t key[8], uint64_t chunk_counter, uint8_t flags, uint8_t out[2 * BLAKE3_OUT_LEN]) argument
[all...]

Completed in 124 milliseconds