Searched refs:ssh_fetch_identitylist (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dauthfd.h19 /* List of identities returned by ssh_fetch_identitylist() */
30 int ssh_fetch_identitylist(int sock, int version,
H A Dssh-add.c373 if ((r = ssh_fetch_identitylist(agent_fd, version,
H A Dauthfd.c267 ssh_fetch_identitylist(int sock, int version, struct ssh_identitylist **idlp) function
H A Dsshconnect1.c87 if ((r = ssh_fetch_identitylist(agent_fd, 1, &idlist)) != 0) {
89 debug("%s: ssh_fetch_identitylist: %s",
H A Dssh_namespace.h606 #define ssh_fetch_identitylist Fssh_ssh_fetch_identitylist macro
H A Dsshconnect2.c1311 } else if ((r = ssh_fetch_identitylist(agent_fd, 2, &idlist)) != 0) {
1313 debug("%s: ssh_fetch_identitylist: %s",

Completed in 120 milliseconds