Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauthfd.h43 int ssh_get_authentication_socket(int *fdp);
H A Dsshd-session.c321 r = ssh_get_authentication_socket(&auth_sock); in privsep_preauth()
1068 if ((r = ssh_get_authentication_socket(NULL)) == 0) in main()
H A Dsshd-auth.c677 if ((r = ssh_get_authentication_socket(NULL)) == 0) in main()
H A Dauthfd.c121 ssh_get_authentication_socket(int *fdp) in ssh_get_authentication_socket() function
H A Dssh-add.c839 switch (r = ssh_get_authentication_socket(&agent_fd)) { in main()
H A Dssh_namespace.h639 #define ssh_get_authentication_socket Fssh_ssh_get_authentication_socket macro
H A Dsshconnect.c1751 if ((r = ssh_get_authentication_socket(&auth_sock)) != 0) { in maybe_add_key_to_agent()
H A Dsshd.c1643 if ((r = ssh_get_authentication_socket(NULL)) == 0) in main()
H A Dssh-keygen.c1741 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) in do_ca_sign()
2693 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) { in sig_sign()
H A Dssh.c2175 if ((r = ssh_get_authentication_socket(NULL)) != 0) { in check_agent_present()
H A Dclientloop.c1846 r = ssh_get_authentication_socket(&sock); in client_request_agent()
H A Dsshconnect2.c1645 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) { in get_agent_identities()
/freebsd/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c339 if (ssh_get_authentication_socket(&fd) != 0) { in pam_ssh_add_keys_to_agent()