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

/illumos-gate/usr/src/uts/common/sys/
H A Dskein.h76 } 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 Dskein_zfs.c38 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 Dskein.c18 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 Dskein_block.c241 Skein_512_Process_Block(Skein_512_Ctxt_t *ctx, const uint8_t *blkPtr,
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dskein_mod.c163 Skein_512_Ctxt_t sc_512;

Completed in 49 milliseconds