Lines Matching refs:Skein_assert
107 Skein_assert(sizeof (cfg.b) >= sizeof (ctx->X)); in Skein_256_InitExt()
173 Skein_assert(n < msgByteCnt); in Skein_256_Update()
179 Skein_assert(ctx->h.bCnt == SKEIN_256_BLOCK_BYTES); in Skein_256_Update()
196 Skein_assert(ctx->h.bCnt == 0); in Skein_256_Update()
201 Skein_assert(msgByteCnt + ctx->h.bCnt <= SKEIN_256_BLOCK_BYTES); in Skein_256_Update()
344 Skein_assert(sizeof (cfg.b) >= sizeof (ctx->X)); in Skein_512_InitExt()
409 Skein_assert(n < msgByteCnt); in Skein_512_Update()
415 Skein_assert(ctx->h.bCnt == SKEIN_512_BLOCK_BYTES); in Skein_512_Update()
432 Skein_assert(ctx->h.bCnt == 0); in Skein_512_Update()
437 Skein_assert(msgByteCnt + ctx->h.bCnt <= SKEIN_512_BLOCK_BYTES); in Skein_512_Update()
576 Skein_assert(sizeof (cfg.b) >= sizeof (ctx->X)); in Skein1024_InitExt()
642 Skein_assert(n < msgByteCnt); in Skein1024_Update()
648 Skein_assert(ctx->h.bCnt == SKEIN1024_BLOCK_BYTES); in Skein1024_Update()
665 Skein_assert(ctx->h.bCnt == 0); in Skein1024_Update()
670 Skein_assert(msgByteCnt + ctx->h.bCnt <= SKEIN1024_BLOCK_BYTES); in Skein1024_Update()