Searched refs:match_keys (Results 1 – 3 of 3) sorted by relevance
544 u_int *match_keys; /* mask of HKF_MATCH_* for this key */ member567 ctx->match_keys[i] |= l->match; in host_delete()614 if ((ctx.match_keys = calloc(nkeys, sizeof(*ctx.match_keys))) == NULL) in hostfile_replace_entries()654 if (keys[i] == NULL || (want & ctx.match_keys[i]) == want) in hostfile_replace_entries()663 if (ctx.match_keys[i] == 0) { in hostfile_replace_entries()670 } else if ((want & ~ctx.match_keys[i]) == HKF_MATCH_HOST) { in hostfile_replace_entries()677 } else if ((want & ~ctx.match_keys[i]) == HKF_MATCH_IP) { in hostfile_replace_entries()732 free(ctx.match_keys); in hostfile_replace_entries()
204 match_keys(hx509_context context, struct private_key *value, hx509_certs certs) in match_keys() function275 ret = match_keys(context, c->val.data[i], certs); in _hx509_collector_collect_certs()
2406 (match_keys): match certificate and key using _hx509_match_keys2407 (_hx509_collector_collect): rewrite to use match_keys and