Home
last modified time | relevance | path

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

/freebsd/sys/crypto/skein/
H A Dskein_debug.c91 static uint_t injectNum=0; /* not multi-thread safe! */ in Skein_Show_Round() local
98 injectNum = (r == SKEIN_RND_KEY_INITIAL) ? 0 : injectNum+1; in Skein_Show_Round()
109 printf(" [state after key injection #%02d]",injectNum); in Skein_Show_Round()
113 injectNum = 0; in Skein_Show_Round()