Lines Matching defs:mdmax
116 uint8_t mdmax = DANETLS_MATCHING_LAST;
117 int n = ((int)mdmax) + 1; /* int to handle PrivMatch(255) */
144 dctx->mdmax = mdmax;
156 dctx->mdmax = 0;
226 if (mtype > dctx->mdmax) {
242 for (i = dctx->mdmax + 1; i < mtype; ++i) {
247 dctx->mdmax = mtype;
259 if (mtype > dane->dctx->mdmax)
1238 if (s->ctx->dane.mdmax == 0) {