Home
last modified time | relevance | path

Searched refs:Skein_256_Update (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dskein.h95 int Skein_256_Update(Skein_256_Ctxt_t *ctx, const uint8_t *msg,
/freebsd/sys/crypto/skein/
H A Dskein.c106 Skein_256_Update(ctx,key,keyBytes); /* hash the key */ in Skein_256_InitExt()
141 int Skein_256_Update(Skein_256_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt) in Skein_256_Update() function
791 Skein_256_Update(ctx, in, len); in SKEIN256_Update()
H A Dskein.h99 int Skein_256_Update(Skein_256_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt);
/freebsd/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein.c106 (void) Skein_256_Update(ctx, key, keyBytes); in Skein_256_InitExt()
148 Skein_256_Update(Skein_256_Ctxt_t *ctx, const uint8_t *msg, size_t msgByteCnt) in Skein_256_Update() function