Searched refs:mdord (Results 1 – 4 of 4) sorted by relevance
115 uint8_t *mdord; in dane_ctx_enable() local124 mdord = OPENSSL_zalloc(n * sizeof(*mdord)); in dane_ctx_enable()126 if (mdord == NULL || mdevp == NULL) { in dane_ctx_enable()127 OPENSSL_free(mdord); in dane_ctx_enable()141 mdord[dane_mds[i].mtype] = dane_mds[i].ord; in dane_ctx_enable()145 dctx->mdord = mdord; in dane_ctx_enable()156 OPENSSL_free(dctx->mdord); in dane_ctx_final()157 dctx->mdord = NULL; in dane_ctx_final()229 uint8_t *mdord; in dane_mtype_set() local239 mdord = OPENSSL_realloc(dctx->mdord, n * sizeof(*mdord)); in dane_mtype_set()[all …]
58 uint8_t *mdord; /* mtype -> preference */ member
59 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()