Searched refs:SKEIN_T1_TREE_LEVEL (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein_impl.h63 #define SKEIN_T1_TREE_LEVEL(n) (((uint64_t)(n)) << SKEIN_T1_POS_TREE_LVL) macro
185 (hdr).T[1] |= SKEIN_T1_TREE_LEVEL(height); \
/freebsd-13-stable/sys/crypto/skein/
H A Dskein.h168 #define SKEIN_T1_TREE_LEVEL(n) (((u64b_t) (n)) << SKEIN_T1_POS_TREE_LVL) macro
252 #define Skein_Set_Tree_Level(hdr,height) { (hdr).T[1] |= SKEIN_T1_TREE_LEVEL(height);}

Completed in 35 milliseconds