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

/freebsd-current/crypto/openssh/
H A Dauthfd.h22 /* List of identities returned by ssh_fetch_identitylist() */
48 int ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp);
H A Dauthfd.c262 ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp) function
364 if ((r = ssh_fetch_identitylist(sock, &idlist)) != 0) {
H A Dssh-add.c341 (r = ssh_fetch_identitylist(agent_fd, &idlist)) == 0) {
540 if ((r = ssh_fetch_identitylist(agent_fd, &idlist)) != 0) {
H A Dssh_namespace.h623 #define ssh_fetch_identitylist Fssh_ssh_fetch_identitylist macro
H A Dsshconnect2.c1646 if ((r = ssh_fetch_identitylist(agent_fd, &idlist)) != 0) {
1647 debug_fr(r, "ssh_fetch_identitylist");
H A Dssh-keygen.c1798 if ((r = ssh_fetch_identitylist(agent_fd, &agent_ids)) != 0)

Completed in 199 milliseconds