Home
last modified time | relevance | path

Searched refs:ssh_fetch_identitylist (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/crypto/openssh/
H A Dauthfd.h31 int ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp);
H A Dauthfd.c262 ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp) in ssh_fetch_identitylist() function
364 if ((r = ssh_fetch_identitylist(sock, &idlist)) != 0) { in ssh_agent_has_key()
H A Dssh-add.c326 (r = ssh_fetch_identitylist(agent_fd, &idlist)) == 0) { in add_file()
516 if ((r = ssh_fetch_identitylist(agent_fd, &idlist)) != 0) { in list_identities()
H A Dssh_namespace.h567 #define ssh_fetch_identitylist Fssh_ssh_fetch_identitylist macro
H A Dsshconnect2.c1709 } else if ((r = ssh_fetch_identitylist(agent_fd, &idlist)) != 0) { in pubkey_prepare()
H A Dssh-keygen.c1767 if ((r = ssh_fetch_identitylist(agent_fd, &agent_ids)) != 0) in do_ca_sign()
H A DChangeLog9099 upstream: ssh_fetch_identitylist() returns the return value from