Searched refs:AlgoHeader (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/crypto/skein/ |
H A D | skein_debug.c | 57 static const char *AlgoHeader(uint_t bits) in AlgoHeader() function 81 printf("\n%s Final output=\n",AlgoHeader(bits)); in Skein_Show_Final() 102 printf("\n%s",AlgoHeader(bits)); in Skein_Show_Round() 141 printf("\n%s [state after round %2d (permuted)]=\n",AlgoHeader(bits),(int)r); in Skein_Show_Round() 154 printf("\n%s [state after round %2d]=\n",AlgoHeader(bits),(int)r); in Skein_Show_Round() 183 …printf("\n%s Block: outBits=%4d. T0=%06X.",AlgoHeader(bits),(uint_t) h->hashBitLen,(uint_t)h->T[0]… in Skein_Show_Block() 243 printf("\n%s MAC key = %4u bytes\n",AlgoHeader(bits),(unsigned) keyBytes); in Skein_Show_Key()
|