Home
last modified time | relevance | path

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

/freebsd/sys/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.c126 Skein_Show_Key(256,&ctx->h,key,keyBytes); in Skein_256_InitExt()
324 Skein_Show_Key(512,&ctx->h,key,keyBytes); in Skein_512_InitExt()
521 Skein_Show_Key(1024,&ctx->h,key,keyBytes); in Skein1024_InitExt()
H A Dskein.h263 #define Skein_Show_Key(bits,ctx,key,keyBytes) macro
/freebsd/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein.c134 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()
601 Skein_Show_Key(1024, &ctx->h, key, keyBytes); in Skein1024_InitExt()
H A Dskein_impl.h191 #define Skein_Show_Key(bits, ctx, key, keyBytes) macro