Searched refs:Skein_512_Ctxt_t (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | skein.h | 76 } Skein_512_Ctxt_t; typedef in typeref:struct:__anon473 87 int Skein_512_Init(Skein_512_Ctxt_t *ctx, size_t hashBitLen); 92 int Skein_512_Update(Skein_512_Ctxt_t *ctx, const uint8_t *msg, 98 int Skein_512_Final(Skein_512_Ctxt_t *ctx, uint8_t *hashVal); 117 int Skein_512_InitExt(Skein_512_Ctxt_t *ctx, size_t hashBitLen, 128 int Skein_512_Final_Pad(Skein_512_Ctxt_t *ctx, uint8_t *hashVal); 136 int Skein_512_Output(Skein_512_Ctxt_t *ctx, uint8_t *hashVal);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | skein_zfs.c | 38 Skein_512_Ctxt_t ctx; 72 Skein_512_Ctxt_t *ctx; 87 Skein_512_Ctxt_t *ctx = ctx_template;
|
/illumos-gate/usr/src/common/crypto/skein/ |
H A D | skein.c | 18 void Skein_512_Process_Block(Skein_512_Ctxt_t *ctx, const uint8_t *blkPtr, 262 Skein_512_Init(Skein_512_Ctxt_t *ctx, size_t hashBitLen) 327 Skein_512_InitExt(Skein_512_Ctxt_t *ctx, size_t hashBitLen, uint64_t treeInfo, 394 Skein_512_Update(Skein_512_Ctxt_t *ctx, const uint8_t *msg, size_t msgByteCnt) 447 Skein_512_Final(Skein_512_Ctxt_t *ctx, uint8_t *hashVal) 753 Skein_512_Final_Pad(Skein_512_Ctxt_t *ctx, uint8_t *hashVal) 837 Skein_512_Output(Skein_512_Ctxt_t *ctx, uint8_t *hashVal)
|
H A D | skein_block.c | 241 Skein_512_Process_Block(Skein_512_Ctxt_t *ctx, const uint8_t *blkPtr,
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | skein_mod.c | 163 Skein_512_Ctxt_t sc_512;
|
Completed in 70 milliseconds