Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dauthfd.h49 int ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp);
Dauthfd.c264 ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp) in ssh_fetch_identitylist() function
366 if ((r = ssh_fetch_identitylist(sock, &idlist)) != 0) { in ssh_agent_has_key()
Dssh-add.c338 (r = ssh_fetch_identitylist(agent_fd, &idlist)) == 0) { in add_file()
537 if ((r = ssh_fetch_identitylist(agent_fd, &idlist)) != 0) { in list_identities()
Dsshconnect2.c1681 if ((r = ssh_fetch_identitylist(agent_fd, &idlist)) != 0) { in get_agent_identities()
Dssh-keygen.c1808 if ((r = ssh_fetch_identitylist(agent_fd, &agent_ids)) != 0) in do_ca_sign()
/netbsd/src/crypto/external/bsd/openssh/lib/
Dssh.expsym384 ssh_fetch_identitylist