Searched refs:ssh_fetch_identitylist (Results 1 – 7 of 7) sorted by relevance
31 int ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp);
262 ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp) in ssh_fetch_identitylist() function364 if ((r = ssh_fetch_identitylist(sock, &idlist)) != 0) { in ssh_agent_has_key()
326 (r = ssh_fetch_identitylist(agent_fd, &idlist)) == 0) { in add_file()516 if ((r = ssh_fetch_identitylist(agent_fd, &idlist)) != 0) { in list_identities()
567 #define ssh_fetch_identitylist Fssh_ssh_fetch_identitylist macro
1709 } else if ((r = ssh_fetch_identitylist(agent_fd, &idlist)) != 0) { in pubkey_prepare()
1767 if ((r = ssh_fetch_identitylist(agent_fd, &agent_ids)) != 0) in do_ca_sign()
9099 upstream: ssh_fetch_identitylist() returns the return value from