Searched refs:ssh_get_authentication_socket (Results 1 – 8 of 8) sorted by relevance
26 int ssh_get_authentication_socket(int *fdp);
501 switch (r = ssh_get_authentication_socket(&agent_fd)) { in main()
76 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) { in try_agent_authentication()
678 r = ssh_get_authentication_socket(&auth_sock); in privsep_preauth()1785 if ((r = ssh_get_authentication_socket(NULL)) == 0)2196 if ((r = ssh_get_authentication_socket(&auth_sock)) != 0) {
88 ssh_get_authentication_socket(int *fdp) in ssh_get_authentication_socket() function
1814 if ((r = ssh_get_authentication_socket(&sock)) != 0 && in client_input_agent_open()1945 if ((r = ssh_get_authentication_socket(&sock)) != 0) { in client_request_agent()
1589 if ((r = ssh_get_authentication_socket(NULL)) != 0) { in check_agent_present()
1240 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) { in pubkey_prepare()