Searched refs:Skein_assert (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein.c97 Skein_assert(sizeof (cfg.b) >= sizeof (ctx->X));
163 Skein_assert(n < msgByteCnt);
169 Skein_assert(ctx->h.bCnt == SKEIN_256_BLOCK_BYTES);
186 Skein_assert(ctx->h.bCnt == 0);
191 Skein_assert(msgByteCnt + ctx->h.bCnt <= SKEIN_256_BLOCK_BYTES);
334 Skein_assert(sizeof (cfg.b) >= sizeof (ctx->X));
399 Skein_assert(n < msgByteCnt);
405 Skein_assert(ctx->h.bCnt == SKEIN_512_BLOCK_BYTES);
422 Skein_assert(ctx->h.bCnt == 0);
427 Skein_assert(msgByteCn
[all...]
H A Dskein_impl.h203 #define Skein_assert(x) macro
207 #define Skein_assert(x) ASSERT(x) macro
218 #define Skein_assert(x) ASSERT(x) macro
H A Dskein_block.c97 Skein_assert(blkCnt != 0); /* never call with blkCnt == 0! */
306 Skein_assert(blkCnt != 0); /* never call with blkCnt == 0! */
547 Skein_assert(blkCnt != 0); /* never call with blkCnt == 0! */
/freebsd-13-stable/sys/crypto/skein/
H A Dskein.c103 Skein_assert(sizeof(cfg.b) >= sizeof(ctx->X));
157 Skein_assert(n < msgByteCnt); /* check on our logic here */
163 Skein_assert(ctx->h.bCnt == SKEIN_256_BLOCK_BYTES);
175 Skein_assert(ctx->h.bCnt == 0);
181 Skein_assert(msgByteCnt + ctx->h.bCnt <= SKEIN_256_BLOCK_BYTES);
301 Skein_assert(sizeof(cfg.b) >= sizeof(ctx->X));
355 Skein_assert(n < msgByteCnt); /* check on our logic here */
361 Skein_assert(ctx->h.bCnt == SKEIN_512_BLOCK_BYTES);
373 Skein_assert(ctx->h.bCnt == 0);
379 Skein_assert(msgByteCn
[all...]
H A Dskein.h269 #define Skein_assert(x) macro
273 #define Skein_assert(x) assert(x) macro
277 #define Skein_assert(x) assert(x) /* internal error */ macro
H A Dskein_block.c89 Skein_assert(blkCnt != 0); /* never call with blkCnt == 0! */
276 Skein_assert(blkCnt != 0); /* never call with blkCnt == 0! */
488 Skein_assert(blkCnt != 0); /* never call with blkCnt == 0! */

Completed in 67 milliseconds