HomeSort by: relevance | last modified time | path
    Searched refs:mdmax (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
dane.h 60 uint8_t mdmax; /* highest supported mtype */ member in struct:dane_ctx_st
  /src/crypto/external/bsd/openssl/dist/include/internal/
dane.h 60 uint8_t mdmax; /* highest supported mtype */ member in struct:dane_ctx_st
  /src/crypto/external/bsd/openssl.old/dist/include/internal/
dane.h 59 uint8_t mdmax; /* highest supported mtype */ member in struct:dane_ctx_st
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 116 uint8_t mdmax = DANETLS_MATCHING_LAST; local
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)
1053 if (s->ctx->dane.mdmax == 0)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c 137 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 == 0)
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 116 uint8_t mdmax = DANETLS_MATCHING_LAST; local
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)
    [all...]

Completed in 27 milliseconds