HomeSort by: relevance | last modified time | path
    Searched defs:match_keys (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
collector.c 206 match_keys(hx509_context context, struct private_key *value, hx509_certs certs) function
277 ret = match_keys(context, c->val.data[i], certs);
  /src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/
netpgpkeys.c 173 match_keys(netpgp_t *netpgp, FILE *fp, char *f, const int psigs) function
204 return match_keys(netpgp, stdout, f, (p->cmd == LIST_SIGS));
  /src/crypto/external/bsd/openssh/dist/
hostfile.c 569 u_int *match_keys; /* mask of HKF_MATCH_* for this key */ member in struct:host_delete_ctx
592 ctx->match_keys[i] |= l->match;
639 if ((ctx.match_keys = calloc(nkeys, sizeof(*ctx.match_keys))) == NULL)
679 if (keys[i] == NULL || (want & ctx.match_keys[i]) == want)
688 if (ctx.match_keys[i] == 0) {
695 } else if ((want & ~ctx.match_keys[i]) == HKF_MATCH_HOST) {
702 } else if ((want & ~ctx.match_keys[i]) == HKF_MATCH_IP) {
759 free(ctx.match_keys);

Completed in 17 milliseconds