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

/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein_impl.h115 #define SKEIN_CFG_TREE_LEAF_SIZE_POS (0) macro
120 (((uint64_t)0xFF) << SKEIN_CFG_TREE_LEAF_SIZE_POS)
127 ((((uint64_t)(leaf)) << SKEIN_CFG_TREE_LEAF_SIZE_POS) | \
/freebsd-13-stable/sys/crypto/skein/
H A Dskein.h208 #define SKEIN_CFG_TREE_LEAF_SIZE_POS ( 0) macro
212 #define SKEIN_CFG_TREE_LEAF_SIZE_MSK (((u64b_t) 0xFF) << SKEIN_CFG_TREE_LEAF_SIZE_POS)
217 ( (((u64b_t)(leaf )) << SKEIN_CFG_TREE_LEAF_SIZE_POS) | \

Completed in 60 milliseconds