Lines Matching defs:blocksize
1655 unsigned int blocksize =
1661 if (areq->cryptlen % blocksize)
1680 unsigned int blocksize =
1686 if (areq->cryptlen % blocksize)
1986 unsigned int blocksize =
1997 if (!req_ctx->last && (nbytes + req_ctx->nbuf <= blocksize)) {
2010 /* At least (blocksize + 1) bytes are available to hash */
2012 to_hash_later = nbytes_to_hash & (blocksize - 1);
2021 nbytes_to_hash -= blocksize;
2022 to_hash_later = blocksize;
2033 } else if (is_sec1 && req_ctx->nbuf && req_ctx->nbuf < blocksize) {
2036 if (nbytes_to_hash > blocksize)
2037 offset = blocksize - req_ctx->nbuf;
2221 unsigned int blocksize =
2228 if (keylen <= blocksize)