Searched refs:ssh_get_authentication_socket (Results 1 – 9 of 9) sorted by relevance
26 int ssh_get_authentication_socket(int *fdp);
584 r = ssh_get_authentication_socket(&auth_sock); in privsep_preauth()1675 if ((r = ssh_get_authentication_socket(NULL)) == 0)2035 if ((r = ssh_get_authentication_socket(&auth_sock)) != 0) {
498 switch (r = ssh_get_authentication_socket(&agent_fd)) { in main()
76 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) { in try_agent_authentication()
88 ssh_get_authentication_socket(int *fdp) in ssh_get_authentication_socket() function
1853 if ((r = ssh_get_authentication_socket(&sock)) != 0 && in client_input_agent_open()2012 if ((r = ssh_get_authentication_socket(&sock)) != 0) { in client_request_agent()
1527 if ((r = ssh_get_authentication_socket(&auth_sock)) != 0) { in maybe_add_key_to_agent()
1690 if ((r = ssh_get_authentication_socket(NULL)) != 0) { in check_agent_present()
1346 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) { in pubkey_prepare()