Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauthfd.h48 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.c341 (r = ssh_fetch_identitylist(agent_fd, &idlist)) == 0) { in add_file()
540 if ((r = ssh_fetch_identitylist(agent_fd, &idlist)) != 0) { in list_identities()
H A Dssh_namespace.h635 #define ssh_fetch_identitylist Fssh_ssh_fetch_identitylist macro
H A Dsshconnect2.c1648 if ((r = ssh_fetch_identitylist(agent_fd, &idlist)) != 0) { in get_agent_identities()
H A Dssh-keygen.c1826 if ((r = ssh_fetch_identitylist(agent_fd, &agent_ids)) != 0) in do_ca_sign()