Lines Matching refs:Skein_Assert
33 Skein_Assert(hashBitLen > 0, SKEIN_BAD_HASHLEN);
98 Skein_Assert(hashBitLen > 0, SKEIN_BAD_HASHLEN);
99 Skein_Assert(keyBytes == 0 || key != NULL, SKEIN_FAIL);
163 Skein_Assert(ctx->h.bCnt <= SKEIN_256_BLOCK_BYTES, SKEIN_FAIL);
217 Skein_Assert(ctx->h.bCnt <= SKEIN_256_BLOCK_BYTES, SKEIN_FAIL);
269 Skein_Assert(hashBitLen > 0, SKEIN_BAD_HASHLEN);
335 Skein_Assert(hashBitLen > 0, SKEIN_BAD_HASHLEN);
336 Skein_Assert(keyBytes == 0 || key != NULL, SKEIN_FAIL);
399 Skein_Assert(ctx->h.bCnt <= SKEIN_512_BLOCK_BYTES, SKEIN_FAIL);
453 Skein_Assert(ctx->h.bCnt <= SKEIN_512_BLOCK_BYTES, SKEIN_FAIL);
505 Skein_Assert(hashBitLen > 0, SKEIN_BAD_HASHLEN);
568 Skein_Assert(hashBitLen > 0, SKEIN_BAD_HASHLEN);
569 Skein_Assert(keyBytes == 0 || key != NULL, SKEIN_FAIL);
632 Skein_Assert(ctx->h.bCnt <= SKEIN1024_BLOCK_BYTES, SKEIN_FAIL);
686 Skein_Assert(ctx->h.bCnt <= SKEIN1024_BLOCK_BYTES, SKEIN_FAIL);
735 Skein_Assert(ctx->h.bCnt <= SKEIN_256_BLOCK_BYTES, SKEIN_FAIL);
756 Skein_Assert(ctx->h.bCnt <= SKEIN_512_BLOCK_BYTES, SKEIN_FAIL);
777 Skein_Assert(ctx->h.bCnt <= SKEIN1024_BLOCK_BYTES, SKEIN_FAIL);
803 Skein_Assert(ctx->h.bCnt <= SKEIN_256_BLOCK_BYTES, SKEIN_FAIL);
843 Skein_Assert(ctx->h.bCnt <= SKEIN_512_BLOCK_BYTES, SKEIN_FAIL);
883 Skein_Assert(ctx->h.bCnt <= SKEIN1024_BLOCK_BYTES, SKEIN_FAIL);