Home
last modified time | relevance | path

Searched refs:mdmax (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/
H A Ddane.h60 uint8_t mdmax; /* highest supported mtype */ member
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/internal/
H A Ddane.h59 uint8_t mdmax; /* highest supported mtype */ member
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c137 uint8_t mdmax = DANETLS_MATCHING_LAST; in dane_ctx_enable() local
138 int n = ((int)mdmax) + 1; /* int to handle PrivMatch(255) */ in dane_ctx_enable()
167 dctx->mdmax = mdmax; in dane_ctx_enable()
179 dctx->mdmax = 0; in dane_ctx_final()
248 if (mtype > dctx->mdmax) { in dane_mtype_set()
268 for (i = dctx->mdmax + 1; i < mtype; ++i) { in dane_mtype_set()
273 dctx->mdmax = mtype; in dane_mtype_set()
285 if (mtype > dane->dctx->mdmax) in tlsa_md_get()
1012 if (s->ctx->dane.mdmax == 0) { in SSL_dane_enable()