Searched refs:ssh_fetch_identitylist (Results 1 – 6 of 6) sorted by relevance
48 int ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp);
261 ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp) in ssh_fetch_identitylist() function363 if ((r = ssh_fetch_identitylist(sock, &idlist)) != 0) { in ssh_agent_has_key()
539 if ((r = ssh_fetch_identitylist(agent_fd, &idlist)) != 0) { in list_identities()
634 #define ssh_fetch_identitylist Fssh_ssh_fetch_identitylist macro
1656 if ((r = ssh_fetch_identitylist(agent_fd, &idlist)) != 0) { in get_agent_identities()
1743 if ((r = ssh_fetch_identitylist(agent_fd, &agent_ids)) != 0) in do_ca_sign()