Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Ddane.h59 uint8_t *mdord; /* mtype -> preference */ member
/openssl/ssl/
H A Dssl_lib.c112 uint8_t *mdord; in dane_ctx_enable() local
121 mdord = OPENSSL_zalloc(n * sizeof(*mdord)); in dane_ctx_enable()
124 OPENSSL_free(mdord); in dane_ctx_enable()
141 dctx->mdord = mdord; in dane_ctx_enable()
153 dctx->mdord = NULL; in dane_ctx_final()
225 uint8_t *mdord; in dane_mtype_set() local
233 mdord = OPENSSL_realloc(dctx->mdord, n * sizeof(*mdord)); in dane_mtype_set()
234 if (mdord == NULL) in dane_mtype_set()
236 dctx->mdord = mdord; in dane_mtype_set()
241 mdord[i] = 0; in dane_mtype_set()
[all …]
/openssl/crypto/x509/
H A Dx509_vfy.c2883 ordinal = dane->dctx->mdord[t->mtype]; in dane_match_cert()
2896 ordinal = dane->dctx->mdord[t->mtype]; in dane_match_cert()
2907 if (dane->dctx->mdord[t->mtype] < ordinal) in dane_match_cert()

Completed in 47 milliseconds