Searched refs:mdmax (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/openssl/include/internal/
H A Ddane.h59 uint8_t mdmax; /* highest supported mtype */ member in struct:dane_ctx_st
/freebsd-12-stable/crypto/openssl/ssl/
H A Dssl_lib.c137 uint8_t mdmax = DANETLS_MATCHING_LAST; local
138 int n = ((int)mdmax) + 1; /* int to handle PrivMatch(255) */
167 dctx->mdmax = mdmax;
179 dctx->mdmax = 0;
248 if (mtype > dctx->mdmax) {
268 for (i = dctx->mdmax + 1; i < mtype; ++i) {
273 dctx->mdmax = mtype;
285 if (mtype > dane->dctx->mdmax)
1012 if (s->ctx->dane.mdmax
[all...]

Completed in 172 milliseconds