Lines Matching defs:mdmax
116 uint8_t mdmax = DANETLS_MATCHING_LAST;
117 int n = ((int)mdmax) + 1; /* int to handle PrivMatch(255) */
146 dctx->mdmax = mdmax;
158 dctx->mdmax = 0;
227 if (mtype > dctx->mdmax) {
247 for (i = dctx->mdmax + 1; i < mtype; ++i) {
252 dctx->mdmax = mtype;
264 if (mtype > dane->dctx->mdmax)
1042 if (s->ctx->dane.mdmax == 0) {