Home
last modified time | relevance | path

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

/freebsd/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/sys/crypto/skein/
H A Dskein.h207 #define SKEIN_CFG_TREE_LEAF_SIZE_POS ( 0) macro
211 #define SKEIN_CFG_TREE_LEAF_SIZE_MSK (((u64b_t) 0xFF) << SKEIN_CFG_TREE_LEAF_SIZE_POS)
216 ( (((u64b_t)(leaf )) << SKEIN_CFG_TREE_LEAF_SIZE_POS) | \