Searched refs:ssh_get_authentication_socket (Results 1 – 10 of 10) sorted by relevance
43 int ssh_get_authentication_socket(int *fdp);
310 r = ssh_get_authentication_socket(&auth_sock); in privsep_preauth() 1007 if ((r = ssh_get_authentication_socket(NULL)) == 0) in main()
121 ssh_get_authentication_socket(int *fdp) in ssh_get_authentication_socket() function
828 switch (r = ssh_get_authentication_socket(&agent_fd)) { in main()
1392 if ((r = ssh_get_authentication_socket(NULL)) == 0) in main()
1703 if ((r = ssh_get_authentication_socket(&auth_sock)) != 0) { in maybe_add_key_to_agent()
1801 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) in do_ca_sign() 2748 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) { in sig_sign()
2093 if ((r = ssh_get_authentication_socket(NULL)) != 0) {2096 debug_r(r, "ssh_get_authentication_socket"); in ssh_session2_setup()
1627 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) { in get_agent_identities() 1629 debug_fr(r, "ssh_get_authentication_socket"); in get_agent_identities()
1811 r = ssh_get_authentication_socket(&sock); in client_request_agent() 1817 debug_fr(r, "ssh_get_authentication_socket"); in client_request_agent()