Searched refs:mdord (Results 1 – 3 of 3) sorted by relevance
59 uint8_t *mdord; /* mtype -> preference */ member
113 uint8_t *mdord; in dane_ctx_enable() local122 mdord = OPENSSL_zalloc(n * sizeof(*mdord)); in dane_ctx_enable()125 OPENSSL_free(mdord); in dane_ctx_enable()142 dctx->mdord = mdord; in dane_ctx_enable()154 dctx->mdord = NULL; in dane_ctx_final()226 uint8_t *mdord; in dane_mtype_set() local234 mdord = OPENSSL_realloc(dctx->mdord, n * sizeof(*mdord)); in dane_mtype_set()235 if (mdord == NULL) in dane_mtype_set()237 dctx->mdord = mdord; in dane_mtype_set()242 mdord[i] = 0; in dane_mtype_set()[all …]
2916 ordinal = dane->dctx->mdord[t->mtype]; in dane_match_cert()2929 ordinal = dane->dctx->mdord[t->mtype]; in dane_match_cert()2940 if (dane->dctx->mdord[t->mtype] < ordinal) in dane_match_cert()
Completed in 29 milliseconds