Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/skein/
H A Dskein_debug.h20 void Skein_Show_Key (uint_t bits,const Skein_Ctxt_Hdr_t *h,const u08b_t *key,size_t keyBytes);
H A Dskein_debug.c237 void Skein_Show_Key(uint_t bits,const Skein_Ctxt_Hdr_t *h,const u08b_t *key,size_t keyBytes) in Skein_Show_Key() function
H A Dskein.c128 Skein_Show_Key(256,&ctx->h,key,keyBytes); in Skein_256_InitExt()
326 Skein_Show_Key(512,&ctx->h,key,keyBytes); in Skein_512_InitExt()
523 Skein_Show_Key(1024,&ctx->h,key,keyBytes); in Skein1024_InitExt()
H A Dskein.h264 #define Skein_Show_Key(bits,ctx,key,keyBytes) macro
/f-stack/freebsd/contrib/openzfs/module/icp/algs/skein/
H A Dskein.c133 Skein_Show_Key(256, &ctx->h, key, keyBytes); in Skein_256_InitExt()
369 Skein_Show_Key(512, &ctx->h, key, keyBytes); in Skein_512_InitExt()
602 Skein_Show_Key(1024, &ctx->h, key, keyBytes); in Skein1024_InitExt()
H A Dskein_impl.h197 #define Skein_Show_Key(bits, ctx, key, keyBytes) macro