Searched refs:Skein_Show_Round (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/crypto/skein/
H A Dskein_debug.h17 void Skein_Show_Round(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t r,const u64b_t *X);
H A Dskein_debug.c89 void Skein_Show_Round(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t r,const u64b_t *X) function
169 Skein_Show_Round(bits,h,r,X);
H A Dskein.h261 #define Skein_Show_Round(bits,ctx,r,X) macro
H A Dskein_block.c220 Skein_Show_Round(BLK_BITS,&ctx->h,SKEIN_RND_FEED_FWD,ctx->X);
428 Skein_Show_Round(BLK_BITS,&ctx->h,SKEIN_RND_FEED_FWD,ctx->X);
685 Skein_Show_Round(BLK_BITS,&ctx->h,SKEIN_RND_FEED_FWD,ctx->X);

Completed in 100 milliseconds