Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dssh-keygen.c1751 struct ssh_identitylist *agent_ids; in do_ca_sign() local
1773 if ((r = ssh_fetch_identitylist(agent_fd, &agent_ids)) != 0) in do_ca_sign()
1776 for (j = 0; j < agent_ids->nkeys; j++) { in do_ca_sign()
1777 if (sshkey_equal(ca, agent_ids->keys[j])) { in do_ca_sign()
1784 ssh_free_identitylist(agent_ids); in do_ca_sign()