Searched refs:Skein1024_Ctxt_t (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | skein.h | 88 } Skein1024_Ctxt_t; typedef 93 int Skein1024_Init(Skein1024_Ctxt_t *ctx, size_t hashBitLen); 99 int Skein1024_Update(Skein1024_Ctxt_t *ctx, const uint8_t *msg, 104 int Skein1024_Final(Skein1024_Ctxt_t *ctx, uint8_t *hashVal); 124 int Skein1024_InitExt(Skein1024_Ctxt_t *ctx, size_t hashBitLen, 134 int Skein1024_Final_Pad(Skein1024_Ctxt_t *ctx, uint8_t *hashVal); 142 int Skein1024_Output(Skein1024_Ctxt_t *ctx, uint8_t *hashVal);
|
| /f-stack/freebsd/crypto/skein/ |
| H A D | skein.h | 93 } Skein1024_Ctxt_t; typedef 98 int Skein1024_Init (Skein1024_Ctxt_t *ctx, size_t hashBitLen); 102 int Skein1024_Update(Skein1024_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt); 106 int Skein1024_Final (Skein1024_Ctxt_t *ctx, u08b_t * hashVal); 124 int Skein1024_InitExt(Skein1024_Ctxt_t *ctx, size_t hashBitLen, u64b_t treeInfo, const u08b_t *key… 133 int Skein1024_Final_Pad(Skein1024_Ctxt_t *ctx, u08b_t * hashVal); 141 int Skein1024_Output (Skein1024_Ctxt_t *ctx, u08b_t * hashVal);
|
| H A D | skein.c | 33 void Skein1024_Process_Block(Skein1024_Ctxt_t *ctx,const u08b_t *blkPtr,size_t blkCnt,size_t byt… 436 int Skein1024_Init(Skein1024_Ctxt_t *ctx, size_t hashBitLen) in Skein1024_Init() 480 int Skein1024_InitExt(Skein1024_Ctxt_t *ctx,size_t hashBitLen,u64b_t treeInfo, const u08b_t *key, s… in Skein1024_InitExt() 538 int Skein1024_Update(Skein1024_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt) in Skein1024_Update() 586 int Skein1024_Final(Skein1024_Ctxt_t *ctx, u08b_t *hashVal) in Skein1024_Final() 664 int Skein1024_Final_Pad(Skein1024_Ctxt_t *ctx, u08b_t *hashVal) in Skein1024_Final_Pad() 739 int Skein1024_Output(Skein1024_Ctxt_t *ctx, u08b_t *hashVal) in Skein1024_Output()
|
| H A D | skein_freebsd.h | 49 typedef Skein1024_Ctxt_t SKEIN1024_CTX;
|
| H A D | skein_block.c | 55 void Skein1024_Process_Block(Skein1024_Ctxt_t *ctx,const u08b_t *blkPtr,size_t blkCnt,size_t byt… 452 void Skein1024_Process_Block(Skein1024_Ctxt_t *ctx,const u08b_t *blkPtr,size_t blkCnt,size_t byteCn… in Skein1024_Process_Block()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/skein/ |
| H A D | skein.c | 488 Skein1024_Init(Skein1024_Ctxt_t *ctx, size_t hashBitLen) in Skein1024_Init() 550 Skein1024_InitExt(Skein1024_Ctxt_t *ctx, size_t hashBitLen, uint64_t treeInfo, in Skein1024_InitExt() 617 Skein1024_Update(Skein1024_Ctxt_t *ctx, const uint8_t *msg, size_t msgByteCnt) in Skein1024_Update() 670 Skein1024_Final(Skein1024_Ctxt_t *ctx, uint8_t *hashVal) in Skein1024_Final() 764 Skein1024_Final_Pad(Skein1024_Ctxt_t *ctx, uint8_t *hashVal) in Skein1024_Final_Pad() 867 Skein1024_Output(Skein1024_Ctxt_t *ctx, uint8_t *hashVal) in Skein1024_Output()
|
| H A D | skein_impl.h | 289 void Skein1024_Process_Block(Skein1024_Ctxt_t *ctx, const uint8_t *blkPtr,
|
| H A D | skein_block.c | 495 Skein1024_Process_Block(Skein1024_Ctxt_t *ctx, const uint8_t *blkPtr, in Skein1024_Process_Block()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/io/ |
| H A D | skein_mod.c | 160 Skein1024_Ctxt_t sc_1024;
|