Searched refs:Skein_Show_Round (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/crypto/skein/ |
| H A D | skein_debug.h | 17 void Skein_Show_Round(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t r,const u64b_t *X);
|
| H A D | skein_debug.c | 89 void Skein_Show_Round(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t r,const u64b_t *X) in Skein_Show_Round() function 169 Skein_Show_Round(bits,h,r,X); in Skein_Show_R_Ptr()
|
| H A D | skein_block.c | 220 Skein_Show_Round(BLK_BITS,&ctx->h,SKEIN_RND_FEED_FWD,ctx->X); in Skein_256_Process_Block() 428 Skein_Show_Round(BLK_BITS,&ctx->h,SKEIN_RND_FEED_FWD,ctx->X); in Skein_512_Process_Block() 685 Skein_Show_Round(BLK_BITS,&ctx->h,SKEIN_RND_FEED_FWD,ctx->X); in Skein1024_Process_Block()
|
| H A D | skein.h | 261 #define Skein_Show_Round(bits,ctx,r,X) macro
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/skein/ |
| H A D | skein_block.c | 238 Skein_Show_Round(BLK_BITS, &ctx->h, SKEIN_RND_FEED_FWD, ctx->X); in Skein_256_Process_Block() 468 Skein_Show_Round(BLK_BITS, &ctx->h, SKEIN_RND_FEED_FWD, ctx->X); in Skein_512_Process_Block() 767 Skein_Show_Round(BLK_BITS, &ctx->h, SKEIN_RND_FEED_FWD, ctx->X); in Skein1024_Process_Block()
|
| H A D | skein_impl.h | 194 #define Skein_Show_Round(bits, ctx, r, X) macro
|