Lines Matching defs:limit
97 unsigned int limit; /*%< upper limit of key length */
143 unsigned int limit, isc_hash_t **hctxp)
161 if (overflow_limit < (limit + 1) * 0xff)
168 vlen = sizeof(hash_random_t) * (limit + 1);
193 hctx->limit = limit;
219 isc_hash_create(isc_mem_t *mctx, isc_entropy_t *entropy, size_t limit) {
230 result = isc_hash_ctxcreate(mctx, entropy, limit, &hash);
377 REQUIRE(keylen <= hctx->limit);
387 REQUIRE(keylen <= hash->limit);