Home
last modified time | relevance | path

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

/f-stack/freebsd/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) in Skein_Show_Round() function
169 Skein_Show_Round(bits,h,r,X); in Skein_Show_R_Ptr()
H A Dskein_block.c220 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 Dskein.h261 #define Skein_Show_Round(bits,ctx,r,X) macro
/f-stack/freebsd/contrib/openzfs/module/icp/algs/skein/
H A Dskein_block.c238 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 Dskein_impl.h194 #define Skein_Show_Round(bits, ctx, r, X) macro