Home
last modified time | relevance | path

Searched refs:ssh_get_authentication_socket (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dauthfd.h43 int ssh_get_authentication_socket(int *fdp);
H A Dsshd-session.c342 r = ssh_get_authentication_socket(&auth_sock); in privsep_preauth()
1136 if ((r = ssh_get_authentication_socket(NULL)) == 0) in main()
H A Dauthfd.c122 ssh_get_authentication_socket(int *fdp) in ssh_get_authentication_socket() function
H A Dssh-add.c835 switch (r = ssh_get_authentication_socket(&agent_fd)) { in main()
H A Dsshconnect.c1740 if ((r = ssh_get_authentication_socket(&auth_sock)) != 0) { in maybe_add_key_to_agent()
H A Dsshd.c1462 if ((r = ssh_get_authentication_socket(NULL)) == 0) in main()
H A Dssh-keygen.c1796 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) in do_ca_sign()
2743 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) { in sig_sign()
H A Dssh.c2107 if ((r = ssh_get_authentication_socket(NULL)) != 0) { in check_agent_present()
H A Dclientloop.c1819 r = ssh_get_authentication_socket(&sock); in client_request_agent()
H A Dsshconnect2.c1633 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) { in get_agent_identities()