Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/skein/
H A Dskein_debug.h32 #define SKEIN_DEBUG_STATE (1u << 3) /* show input state during Show_Block() */ macro
H A Dskein_debug.c212 if (skein_DebugFlag & SKEIN_DEBUG_STATE) in Skein_Show_Block()