Home
last modified time | relevance | path

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

/freebsd/sys/cddl/boot/zfs/
H A Dskein_zfs.c40 (void) Skein_512_Update(&ctx, buf, size); in zio_checksum_skein_native()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dskein_zfs.c36 (void) Skein_512_Update(ctx, buf, size); in skein_incremental()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dskein.h97 int Skein_512_Update(Skein_512_Ctxt_t *ctx, const uint8_t *msg,
/freebsd/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein.c341 (void) Skein_512_Update(ctx, key, keyBytes); /* hash the key */ in Skein_512_InitExt()
383 Skein_512_Update(Skein_512_Ctxt_t *ctx, const uint8_t *msg, size_t msgByteCnt) in Skein_512_Update() function
903 EXPORT_SYMBOL(Skein_512_Update);
/freebsd/sys/crypto/skein/
H A Dskein.c304 Skein_512_Update(ctx,key,keyBytes); /* hash the key */ in Skein_512_InitExt()
339 int Skein_512_Update(Skein_512_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt) in Skein_512_Update() function
798 Skein_512_Update(ctx, in, len); in SKEIN512_Update()
H A Dskein.h100 int Skein_512_Update(Skein_512_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt);