Home
last modified time | relevance | path

Searched defs:BLAKE3_KEY_LEN (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dblake3.h43 #define BLAKE3_KEY_LEN 32 macro
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dllvm_blake3_prefix.h5 #define BLAKE3_KEY_LEN LLVM_BLAKE3_KEY_LEN macro
H A Dblake3_impl.h154 load_key_words(const uint8_t key[BLAKE3_KEY_LEN],uint32_t key_words[8]) load_key_words() argument
H A Dblake3.c377 const uint8_t key[BLAKE3_KEY_LEN]) { in llvm_blake3_hasher_init_keyed()
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_impl.h157 static inline void load_key_words(const uint8_t key[BLAKE3_KEY_LEN], in load_key_words()
H A Dblake3.c516 Blake3_InitKeyed(BLAKE3_CTX *ctx, const uint8_t key[BLAKE3_KEY_LEN]) in Blake3_InitKeyed()