Searched refs:Skein_Ctxt_Hdr_t (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/crypto/skein/ |
H A D | skein_debug.h | 15 void Skein_Show_Block(uint_t bits,const Skein_Ctxt_Hdr_t *h,const u64b_t *X,const u08b_t *blkPtr, 17 void Skein_Show_Round(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t r,const u64b_t *X); 18 void Skein_Show_R_Ptr(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t r,const u64b_t *X_ptr[]); 19 void Skein_Show_Final(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t cnt,const u08b_t *outPtr); 20 void Skein_Show_Key (uint_t bits,const Skein_Ctxt_Hdr_t *h,const u08b_t *key,size_t keyBytes);
|
H A D | skein_debug.c | 76 void Skein_Show_Final(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t cnt,const u08b_t *outPtr) in Skein_Show_Final() 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() 162 void Skein_Show_R_Ptr(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t r,const u64b_t *X_ptr[]) in Skein_Show_R_Ptr() 174 void Skein_Show_Block(uint_t bits,const Skein_Ctxt_Hdr_t *h,const u64b_t *X,const u08b_t *blkPtr, in Skein_Show_Block() 237 void Skein_Show_Key(uint_t bits,const Skein_Ctxt_Hdr_t *h,const u08b_t *key,size_t keyBytes) in Skein_Show_Key()
|
H A D | skein.h | 71 } Skein_Ctxt_Hdr_t; typedef 75 Skein_Ctxt_Hdr_t h; /* common header context variables */ 82 Skein_Ctxt_Hdr_t h; /* common header context variables */ 89 Skein_Ctxt_Hdr_t h; /* common header context variables */
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | skein.h | 68 } Skein_Ctxt_Hdr_t; typedef 71 Skein_Ctxt_Hdr_t h; /* common header context variables */ 78 Skein_Ctxt_Hdr_t h; /* common header context variables */ 85 Skein_Ctxt_Hdr_t h; /* common header context variables */
|