Home
last modified time | relevance | path

Searched refs:Skein_512_Update (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dskein_zfs.c36 (void) Skein_512_Update(ctx, buf, size); in skein_incremental()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dskein.h97 int Skein_512_Update(Skein_512_Ctxt_t *ctx, const uint8_t *msg,
/f-stack/freebsd/contrib/openzfs/module/icp/algs/skein/
H A Dskein.c342 (void) Skein_512_Update(ctx, key, keyBytes); /* hash the key */ in Skein_512_InitExt()
384 Skein_512_Update(Skein_512_Ctxt_t *ctx, const uint8_t *msg, size_t msgByteCnt) in Skein_512_Update() function
909 EXPORT_SYMBOL(Skein_512_Update);
/f-stack/freebsd/crypto/skein/
H A Dskein.c306 Skein_512_Update(ctx,key,keyBytes); /* hash the key */ in Skein_512_InitExt()
341 int Skein_512_Update(Skein_512_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt) in Skein_512_Update() function
800 Skein_512_Update(ctx, in, len); in SKEIN512_Update()
H A Dskein.h101 int Skein_512_Update(Skein_512_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt);