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