Symbol: Skein_Ctxt_Hdr_t
sys/crypto/skein/skein.h
75
Skein_Ctxt_Hdr_t h; /* common header context variables */
sys/crypto/skein/skein.h
82
Skein_Ctxt_Hdr_t h; /* common header context variables */
sys/crypto/skein/skein.h
89
Skein_Ctxt_Hdr_t h; /* common header context variables */
sys/crypto/skein/skein_debug.c
162
void Skein_Show_R_Ptr(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t r,const u64b_t *X_ptr[])
sys/crypto/skein/skein_debug.c
174
void Skein_Show_Block(uint_t bits,const Skein_Ctxt_Hdr_t *h,const u64b_t *X,const u08b_t *blkPtr,
sys/crypto/skein/skein_debug.c
237
void Skein_Show_Key(uint_t bits,const Skein_Ctxt_Hdr_t *h,const u08b_t *key,size_t keyBytes)
sys/crypto/skein/skein_debug.c
76
void Skein_Show_Final(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t cnt,const u08b_t *outPtr)
sys/crypto/skein/skein_debug.c
89
void Skein_Show_Round(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t r,const u64b_t *X)
sys/crypto/skein/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,
sys/crypto/skein/skein_debug.h
17
void Skein_Show_Round(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t r,const u64b_t *X);
sys/crypto/skein/skein_debug.h
18
void Skein_Show_R_Ptr(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t r,const u64b_t *X_ptr[]);
sys/crypto/skein/skein_debug.h
19
void Skein_Show_Final(uint_t bits,const Skein_Ctxt_Hdr_t *h,size_t cnt,const u08b_t *outPtr);
sys/crypto/skein/skein_debug.h
20
void Skein_Show_Key (uint_t bits,const Skein_Ctxt_Hdr_t *h,const u08b_t *key,size_t keyBytes);