Searched refs:ssh_get_authentication_socket (Results 1 – 13 of 13) sorted by relevance
43 int ssh_get_authentication_socket(int *fdp);
355 r = ssh_get_authentication_socket(&auth_sock); in privsep_preauth()1120 if ((r = ssh_get_authentication_socket(NULL)) == 0) in main()
122 ssh_get_authentication_socket(int *fdp) in ssh_get_authentication_socket() function
703 if ((r = ssh_get_authentication_socket(NULL)) == 0) in main()
835 switch (r = ssh_get_authentication_socket(&agent_fd)) { in main()
633 #define ssh_get_authentication_socket Fssh_ssh_get_authentication_socket macro
1741 if ((r = ssh_get_authentication_socket(&auth_sock)) != 0) { in maybe_add_key_to_agent()
1650 if ((r = ssh_get_authentication_socket(NULL)) == 0) in main()
1824 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) in do_ca_sign()2771 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) { in sig_sign()
2186 if ((r = ssh_get_authentication_socket(NULL)) != 0) { in check_agent_present()
1820 r = ssh_get_authentication_socket(&sock); in client_request_agent()
1637 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) { in get_agent_identities()
339 if (ssh_get_authentication_socket(&fd) != 0) { in pam_ssh_add_keys_to_agent()