Searched refs:mdord (Results 1 – 5 of 5) sorted by relevance
136 uint8_t *mdord; in dane_ctx_enable() local145 mdord = OPENSSL_zalloc(n * sizeof(*mdord)); in dane_ctx_enable()147 if (mdord == NULL || mdevp == NULL) { in dane_ctx_enable()148 OPENSSL_free(mdord); in dane_ctx_enable()162 mdord[dane_mds[i].mtype] = dane_mds[i].ord; in dane_ctx_enable()166 dctx->mdord = mdord; in dane_ctx_enable()177 OPENSSL_free(dctx->mdord); in dane_ctx_final()178 dctx->mdord = NULL; in dane_ctx_final()250 uint8_t *mdord; in dane_mtype_set() local260 mdord = OPENSSL_realloc(dctx->mdord, n * sizeof(*mdord)); in dane_mtype_set()[all …]
59 uint8_t *mdord; /* mtype -> preference */ member
58 uint8_t *mdord; /* mtype -> preference */ member
2755 ordinal = dane->dctx->mdord[t->mtype]; in dane_match()2768 ordinal = dane->dctx->mdord[t->mtype]; in dane_match()2779 if (dane->dctx->mdord[t->mtype] < ordinal) in dane_match()
2699 ordinal = dane->dctx->mdord[t->mtype]; in dane_match()2712 ordinal = dane->dctx->mdord[t->mtype]; in dane_match()2723 if (dane->dctx->mdord[t->mtype] < ordinal) in dane_match()