Searched refs:Skein_256_Update (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dskein.h95 int Skein_256_Update(Skein_256_Ctxt_t *ctx, const uint8_t *msg,
/freebsd-current/sys/crypto/skein/
H A Dskein.h99 int Skein_256_Update(Skein_256_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt);
H A Dskein.c106 Skein_256_Update(ctx,key,keyBytes); /* hash the key */
141 int Skein_256_Update(Skein_256_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt) function
791 Skein_256_Update(ctx, in, len);
/freebsd-current/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein.c106 (void) Skein_256_Update(ctx, key, keyBytes);
148 Skein_256_Update(Skein_256_Ctxt_t *ctx, const uint8_t *msg, size_t msgByteCnt) function

Completed in 65 milliseconds