Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dauthfd.h30 int ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp);
H A Dssh-add.c286 (r = ssh_fetch_identitylist(agent_fd, &idlist)) == 0) { in add_file()
414 if ((r = ssh_fetch_identitylist(agent_fd, &idlist)) != 0) { in list_identities()
H A Dauthfd.c229 ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp) in ssh_fetch_identitylist() function
H A Dssh_namespace.h513 #define ssh_fetch_identitylist Fssh_ssh_fetch_identitylist macro
H A Dsshconnect2.c1498 } else if ((r = ssh_fetch_identitylist(agent_fd, &idlist)) != 0) { in pubkey_prepare()
H A Dssh-keygen.c1705 if ((r = ssh_fetch_identitylist(agent_fd, &agent_ids)) != 0) in do_ca_sign()