Home
last modified time | relevance | path

Searched defs:round_fn (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_portable.c20 INLINE void round_fn(uint32_t state[16], const uint32_t *msg, size_t round) { in round_fn() function
H A Dblake3_avx2.c42 INLINE void round_fn(__m256i v[16], __m256i m[16], size_t r) { in round_fn() function
H A Dblake3_sse2.c282 INLINE void round_fn(__m128i v[16], __m128i m[16], size_t r) { in round_fn() function
H A Dblake3_sse41.c276 INLINE void round_fn(__m128i v[16], __m128i m[16], size_t r) { in round_fn() function
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_generic.c46 static inline void round_fn(uint32_t state[16], const uint32_t *msg, in round_fn() function