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

/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein_impl.h116 #define SKEIN_CFG_TREE_NODE_SIZE_POS (8) macro
122 (((uint64_t)0xFF) << SKEIN_CFG_TREE_NODE_SIZE_POS)
128 (((uint64_t)(node)) << SKEIN_CFG_TREE_NODE_SIZE_POS) | \
/freebsd-13-stable/sys/crypto/skein/
H A Dskein.h209 #define SKEIN_CFG_TREE_NODE_SIZE_POS ( 8) macro
213 #define SKEIN_CFG_TREE_NODE_SIZE_MSK (((u64b_t) 0xFF) << SKEIN_CFG_TREE_NODE_SIZE_POS)
218 (((u64b_t)(node )) << SKEIN_CFG_TREE_NODE_SIZE_POS) | \

Completed in 62 milliseconds