Searched refs:agent_ids (Results 1 – 1 of 1) sorted by relevance
1745 struct ssh_identitylist *agent_ids; in do_ca_sign() local1767 if ((r = ssh_fetch_identitylist(agent_fd, &agent_ids)) != 0) in do_ca_sign()1770 for (j = 0; j < agent_ids->nkeys; j++) { in do_ca_sign()1771 if (sshkey_equal(ca, agent_ids->keys[j])) { in do_ca_sign()1778 ssh_free_identitylist(agent_ids); in do_ca_sign()