Searched refs:Skein_512_Ctxt_t (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dskein_zfs.c35 Skein_512_Ctxt_t *ctx = arg;
49 Skein_512_Ctxt_t ctx;
83 Skein_512_Ctxt_t *ctx;
98 Skein_512_Ctxt_t *ctx = ctx_template;
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dskein.h81 } Skein_512_Ctxt_t; typedef in typeref:struct:__anon10535
92 int Skein_512_Init(Skein_512_Ctxt_t *ctx, size_t hashBitLen);
97 int Skein_512_Update(Skein_512_Ctxt_t *ctx, const uint8_t *msg,
103 int Skein_512_Final(Skein_512_Ctxt_t *ctx, uint8_t *hashVal);
122 int Skein_512_InitExt(Skein_512_Ctxt_t *ctx, size_t hashBitLen,
133 int Skein_512_Final_Pad(Skein_512_Ctxt_t *ctx, uint8_t *hashVal);
141 int Skein_512_Output(Skein_512_Ctxt_t *ctx, uint8_t *hashVal);
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dskein_zfs.c38 Skein_512_Ctxt_t ctx;
72 Skein_512_Ctxt_t *ctx;
88 Skein_512_Ctxt_t *ctx = ctx_template;
/freebsd-13-stable/sys/crypto/skein/
H A Dskein.h86 } Skein_512_Ctxt_t; typedef in typeref:struct:__anon11219
97 int Skein_512_Init (Skein_512_Ctxt_t *ctx, size_t hashBitLen);
101 int Skein_512_Update(Skein_512_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt);
105 int Skein_512_Final (Skein_512_Ctxt_t *ctx, u08b_t * hashVal);
123 int Skein_512_InitExt(Skein_512_Ctxt_t *ctx, size_t hashBitLen, u64b_t treeInfo, const u08b_t *key, size_t keyBytes);
132 int Skein_512_Final_Pad(Skein_512_Ctxt_t *ctx, u08b_t * hashVal);
140 int Skein_512_Output (Skein_512_Ctxt_t *ctx, u08b_t * hashVal);
H A Dskein_freebsd.h48 typedef Skein_512_Ctxt_t SKEIN512_CTX;
H A Dskein.c32 void Skein_512_Process_Block(Skein_512_Ctxt_t *ctx,const u08b_t *blkPtr,size_t blkCnt,size_t byteCntAdd);
238 int Skein_512_Init(Skein_512_Ctxt_t *ctx, size_t hashBitLen)
283 int Skein_512_InitExt(Skein_512_Ctxt_t *ctx,size_t hashBitLen,u64b_t treeInfo, const u08b_t *key, size_t keyBytes)
341 int Skein_512_Update(Skein_512_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt)
389 int Skein_512_Final(Skein_512_Ctxt_t *ctx, u08b_t *hashVal)
648 int Skein_512_Final_Pad(Skein_512_Ctxt_t *ctx, u08b_t *hashVal)
710 int Skein_512_Output(Skein_512_Ctxt_t *ctx, u08b_t *hashVal)
H A Dskein_block.c54 void Skein_512_Process_Block(Skein_512_Ctxt_t *ctx,const u08b_t *blkPtr,size_t blkCnt,size_t byteCntAdd);
244 void Skein_512_Process_Block(Skein_512_Ctxt_t *ctx,const u08b_t *blkPtr,size_t blkCnt,size_t byteCntAdd)
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein.c252 Skein_512_Init(Skein_512_Ctxt_t *ctx, size_t hashBitLen)
317 Skein_512_InitExt(Skein_512_Ctxt_t *ctx, size_t hashBitLen, uint64_t treeInfo,
384 Skein_512_Update(Skein_512_Ctxt_t *ctx, const uint8_t *msg, size_t msgByteCnt)
437 Skein_512_Final(Skein_512_Ctxt_t *ctx, uint8_t *hashVal)
743 Skein_512_Final_Pad(Skein_512_Ctxt_t *ctx, uint8_t *hashVal)
827 Skein_512_Output(Skein_512_Ctxt_t *ctx, uint8_t *hashVal)
H A Dskein_impl.h287 void Skein_512_Process_Block(Skein_512_Ctxt_t *ctx, const uint8_t *blkPtr,
H A Dskein_block.c265 Skein_512_Process_Block(Skein_512_Ctxt_t *ctx, const uint8_t *blkPtr,
/freebsd-13-stable/sys/contrib/openzfs/module/icp/io/
H A Dskein_mod.c159 Skein_512_Ctxt_t sc_512;

Completed in 111 milliseconds