Searched refs:Skein_512_Update (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/cddl/boot/zfs/ |
H A D | skein_zfs.c | 40 (void) Skein_512_Update(&ctx, buf, size); in zio_checksum_skein_native()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | skein_zfs.c | 36 (void) Skein_512_Update(ctx, buf, size); in skein_incremental()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | skein.h | 97 int Skein_512_Update(Skein_512_Ctxt_t *ctx, const uint8_t *msg,
|
/freebsd/sys/contrib/openzfs/module/icp/algs/skein/ |
H A D | skein.c | 341 (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 D | skein.c | 304 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 D | skein.h | 100 int Skein_512_Update(Skein_512_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt);
|