Searched refs:mdmax (Results 1 – 2 of 2) sorted by relevance
60 uint8_t mdmax; /* highest supported mtype */ member
116 uint8_t mdmax = DANETLS_MATCHING_LAST; in dane_ctx_enable() local117 int n = ((int)mdmax) + 1; /* int to handle PrivMatch(255) */ in dane_ctx_enable()144 dctx->mdmax = mdmax; in dane_ctx_enable()156 dctx->mdmax = 0; in dane_ctx_final()226 if (mtype > dctx->mdmax) { in dane_mtype_set()242 for (i = dctx->mdmax + 1; i < mtype; ++i) { in dane_mtype_set()247 dctx->mdmax = mtype; in dane_mtype_set()259 if (mtype > dane->dctx->mdmax) in tlsa_md_get()1238 if (s->ctx->dane.mdmax == 0) { in SSL_dane_enable()