Searched refs:Skein_512_Update (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | skein_zfs.c | 36 (void) Skein_512_Update(ctx, buf, size); in skein_incremental()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | skein.h | 97 int Skein_512_Update(Skein_512_Ctxt_t *ctx, const uint8_t *msg,
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/skein/ |
| H A D | skein.c | 342 (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 D | skein.c | 306 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 D | skein.h | 101 int Skein_512_Update(Skein_512_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt);
|