Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dhostfile.c572 u_int *match_keys; /* mask of HKF_MATCH_* for this key */ member
595 ctx->match_keys[i] |= l->match; in host_delete()
642 if ((ctx.match_keys = calloc(nkeys, sizeof(*ctx.match_keys))) == NULL) in hostfile_replace_entries()
682 if (keys[i] == NULL || (want & ctx.match_keys[i]) == want) in hostfile_replace_entries()
691 if (ctx.match_keys[i] == 0) { in hostfile_replace_entries()
698 } else if ((want & ~ctx.match_keys[i]) == HKF_MATCH_HOST) { in hostfile_replace_entries()
705 } else if ((want & ~ctx.match_keys[i]) == HKF_MATCH_IP) { in hostfile_replace_entries()
762 free(ctx.match_keys); in hostfile_replace_entries()
/freebsd/crypto/heimdal/lib/hx509/
H A Dcollector.c204 match_keys(hx509_context context, struct private_key *value, hx509_certs certs) in match_keys() function
275 ret = match_keys(context, c->val.data[i], certs); in _hx509_collector_collect_certs()
H A DChangeLog2406 (match_keys): match certificate and key using _hx509_match_keys
2407 (_hx509_collector_collect): rewrite to use match_keys and