Home
last modified time | relevance | path

Searched refs:msgByteCnt (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/algs/skein/
H A Dskein.c163 Skein_assert(n < msgByteCnt); in Skein_256_Update()
165 msgByteCnt -= n; in Skein_256_Update()
190 if (msgByteCnt) { in Skein_256_Update()
193 ctx->h.bCnt += msgByteCnt; in Skein_256_Update()
399 Skein_assert(n < msgByteCnt); in Skein_512_Update()
401 msgByteCnt -= n; in Skein_512_Update()
426 if (msgByteCnt) { in Skein_512_Update()
429 ctx->h.bCnt += msgByteCnt; in Skein_512_Update()
634 msgByteCnt -= n; in Skein1024_Update()
659 if (msgByteCnt) { in Skein1024_Update()
[all …]
/f-stack/freebsd/crypto/skein/
H A Dskein.c159 msgByteCnt -= n; in Skein_256_Update()
168 if (msgByteCnt > SKEIN_256_BLOCK_BYTES) in Skein_256_Update()
179 if (msgByteCnt) in Skein_256_Update()
183 ctx->h.bCnt += msgByteCnt; in Skein_256_Update()
357 msgByteCnt -= n; in Skein_512_Update()
366 if (msgByteCnt > SKEIN_512_BLOCK_BYTES) in Skein_512_Update()
377 if (msgByteCnt) in Skein_512_Update()
381 ctx->h.bCnt += msgByteCnt; in Skein_512_Update()
554 msgByteCnt -= n; in Skein1024_Update()
574 if (msgByteCnt) in Skein1024_Update()
[all …]
H A Dskein.h100 int Skein_256_Update(Skein_256_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt);
101 int Skein_512_Update(Skein_512_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt);
102 int Skein1024_Update(Skein1024_Ctxt_t *ctx, const u08b_t *msg, size_t msgByteCnt);
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dskein.h96 size_t msgByteCnt);
98 size_t msgByteCnt);
100 size_t msgByteCnt);