Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dskein.h99 int Skein1024_Update(Skein1024_Ctxt_t *ctx, const uint8_t *msg,
/f-stack/freebsd/crypto/skein/
H A Dskein.c503 Skein1024_Update(ctx,key,keyBytes); /* hash the key */ in Skein1024_InitExt()
538 int Skein1024_Update(Skein1024_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt) in Skein1024_Update() function
807 Skein1024_Update(ctx, in, len); in SKEIN1024_Update()
H A Dskein.h102 int Skein1024_Update(Skein1024_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt);
/f-stack/freebsd/contrib/openzfs/module/icp/algs/skein/
H A Dskein.c574 (void) Skein1024_Update(ctx, key, keyBytes); /* hash the key */ in Skein1024_InitExt()
617 Skein1024_Update(Skein1024_Ctxt_t *ctx, const uint8_t *msg, size_t msgByteCnt) in Skein1024_Update() function