Home
last modified time | relevance | path

Searched defs:SKEIN_T1_TREE_LEVEL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein_impl.h62 #define SKEIN_T1_TREE_LEVEL(n) (((uint64_t)(n)) << SKEIN_T1_POS_TREE_LVL) macro
/freebsd/sys/crypto/skein/
H A Dskein.h167 #define SKEIN_T1_TREE_LEVEL(n) (((u64b_t) (n)) << SKEIN_T1_POS_TREE_LVL) macro