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