Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dhostfile.c540 u_int *match_keys; /* mask of HKF_MATCH_* for this key */ member
563 ctx->match_keys[i] |= l->match; in host_delete()
610 if ((ctx.match_keys = calloc(nkeys, sizeof(*ctx.match_keys))) == NULL) in hostfile_replace_entries()
650 if (keys[i] == NULL || (want & ctx.match_keys[i]) == want) in hostfile_replace_entries()
659 if (ctx.match_keys[i] == 0) { in hostfile_replace_entries()
666 } else if ((want & ~ctx.match_keys[i]) == HKF_MATCH_HOST) { in hostfile_replace_entries()
673 } else if ((want & ~ctx.match_keys[i]) == HKF_MATCH_IP) { in hostfile_replace_entries()
728 free(ctx.match_keys); in hostfile_replace_entries()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcollector.c206 match_keys(hx509_context context, struct private_key *value, hx509_certs certs) in match_keys() function
277 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
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/
H A Dnetpgpkeys.c173 match_keys(netpgp_t *netpgp, FILE *fp, char *f, const int psigs) in match_keys() function
204 return match_keys(netpgp, stdout, f, (p->cmd == LIST_SIGS)); in netpgp_cmd()