Searched refs:Skein_256_Ctxt_t (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | skein.h | 74 } Skein_256_Ctxt_t; typedef 91 int Skein_256_Init(Skein_256_Ctxt_t *ctx, size_t hashBitLen); 95 int Skein_256_Update(Skein_256_Ctxt_t *ctx, const uint8_t *msg, 102 int Skein_256_Final(Skein_256_Ctxt_t *ctx, uint8_t *hashVal); 120 int Skein_256_InitExt(Skein_256_Ctxt_t *ctx, size_t hashBitLen, 132 int Skein_256_Final_Pad(Skein_256_Ctxt_t *ctx, uint8_t *hashVal); 140 int Skein_256_Output(Skein_256_Ctxt_t *ctx, uint8_t *hashVal);
|
| /f-stack/freebsd/crypto/skein/ |
| H A D | skein.h | 79 } Skein_256_Ctxt_t; typedef 96 int Skein_256_Init (Skein_256_Ctxt_t *ctx, size_t hashBitLen); 100 int Skein_256_Update(Skein_256_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt); 104 int Skein_256_Final (Skein_256_Ctxt_t *ctx, u08b_t * hashVal); 122 int Skein_256_InitExt(Skein_256_Ctxt_t *ctx, size_t hashBitLen, u64b_t treeInfo, const u08b_t *key… 131 int Skein_256_Final_Pad(Skein_256_Ctxt_t *ctx, u08b_t * hashVal); 139 int Skein_256_Output (Skein_256_Ctxt_t *ctx, u08b_t * hashVal);
|
| H A D | skein.c | 31 void Skein_256_Process_Block(Skein_256_Ctxt_t *ctx,const u08b_t *blkPtr,size_t blkCnt,size_t byt… 41 int Skein_256_Init(Skein_256_Ctxt_t *ctx, size_t hashBitLen) in Skein_256_Init() 85 int Skein_256_InitExt(Skein_256_Ctxt_t *ctx,size_t hashBitLen,u64b_t treeInfo, const u08b_t *key, s… in Skein_256_InitExt() 143 int Skein_256_Update(Skein_256_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt) in Skein_256_Update() 191 int Skein_256_Final(Skein_256_Ctxt_t *ctx, u08b_t *hashVal) in Skein_256_Final() 632 int Skein_256_Final_Pad(Skein_256_Ctxt_t *ctx, u08b_t *hashVal) in Skein_256_Final_Pad() 681 int Skein_256_Output(Skein_256_Ctxt_t *ctx, u08b_t *hashVal) in Skein_256_Output()
|
| H A D | skein_freebsd.h | 47 typedef Skein_256_Ctxt_t SKEIN256_CTX;
|
| H A D | skein_block.c | 53 void Skein_256_Process_Block(Skein_256_Ctxt_t *ctx,const u08b_t *blkPtr,size_t blkCnt,size_t byt… 59 void Skein_256_Process_Block(Skein_256_Ctxt_t *ctx,const u08b_t *blkPtr,size_t blkCnt,size_t byteCn… in Skein_256_Process_Block()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/skein/ |
| H A D | skein.c | 16 Skein_256_Init(Skein_256_Ctxt_t *ctx, size_t hashBitLen) in Skein_256_Init() 80 Skein_256_InitExt(Skein_256_Ctxt_t *ctx, size_t hashBitLen, uint64_t treeInfo, in Skein_256_InitExt() 148 Skein_256_Update(Skein_256_Ctxt_t *ctx, const uint8_t *msg, size_t msgByteCnt) in Skein_256_Update() 201 Skein_256_Final(Skein_256_Ctxt_t *ctx, uint8_t *hashVal) in Skein_256_Final() 722 Skein_256_Final_Pad(Skein_256_Ctxt_t *ctx, uint8_t *hashVal) in Skein_256_Final_Pad() 787 Skein_256_Output(Skein_256_Ctxt_t *ctx, uint8_t *hashVal) in Skein_256_Output()
|
| H A D | skein_impl.h | 285 void Skein_256_Process_Block(Skein_256_Ctxt_t *ctx, const uint8_t *blkPtr,
|
| H A D | skein_block.c | 61 Skein_256_Process_Block(Skein_256_Ctxt_t *ctx, const uint8_t *blkPtr, in Skein_256_Process_Block()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/io/ |
| H A D | skein_mod.c | 158 Skein_256_Ctxt_t sc_256;
|