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

/freebsd-12-stable/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) function
H A Dskein.h264 #define Skein_Show_Key(bits,ctx,key,keyBytes) macro
H A Dskein.c128 Skein_Show_Key(256,&ctx->h,key,keyBytes);
326 Skein_Show_Key(512,&ctx->h,key,keyBytes);
523 Skein_Show_Key(1024,&ctx->h,key,keyBytes);

Completed in 96 milliseconds