Searched defs:BLAKE3_OUT_LEN (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | blake3.h | 44 #define BLAKE3_OUT_LEN 32 macro
|
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | llvm_blake3_prefix.h | 6 #define BLAKE3_OUT_LEN LLVM_BLAKE3_OUT_LEN macro
|
H A D | blake3_portable.c | 128 uint8_t flags_end, uint8_t out[BLAKE3_OUT_LEN]) { in hash_one_portable()
|
H A D | blake3.c | 338 INLINE void compress_subtree_to_parent_node( in compress_subtree_to_parent_node() 452 INLINE void hasher_push_cv(blake3_hasher *self, uint8_t new_cv[BLAKE3_OUT_LEN], in hasher_push_cv()
|
H A D | blake3_neon.c | 309 uint8_t out[BLAKE3_OUT_LEN]) { in hash_one_neon()
|
H A D | blake3_sse2.c | 524 uint8_t flags_end, uint8_t out[BLAKE3_OUT_LEN]) { in hash_one_sse2()
|
H A D | blake3_sse41.c | 518 uint8_t flags_end, uint8_t out[BLAKE3_OUT_LEN]) { in hash_one_sse41()
|
H A D | blake3_avx512.c | 1145 uint8_t flags_end, uint8_t out[BLAKE3_OUT_LEN]) { in hash_one_avx512()
|
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/ |
H A D | blake3_generic.c | 132 uint8_t flags_start, uint8_t flags_end, uint8_t out[BLAKE3_OUT_LEN]) in hash_one_generic()
|
H A D | blake3.c | 409 static void compress_subtree_to_parent_node(const blake3_ops_t *ops, in compress_subtree_to_parent_node() 500 static void hasher_push_cv(BLAKE3_CTX *ctx, uint8_t new_cv[BLAKE3_OUT_LEN], in hasher_push_cv()
|