Home
last modified time | relevance | path

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

/external/openssh/
Dauthfd.h26 int ssh_get_authentication_socket(int *fdp);
Dsshd.c584 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) {
Dssh-add.c498 switch (r = ssh_get_authentication_socket(&agent_fd)) { in main()
Dsshconnect1.c76 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) { in try_agent_authentication()
Dauthfd.c88 ssh_get_authentication_socket(int *fdp) in ssh_get_authentication_socket() function
Dclientloop.c1853 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()
Dsshconnect.c1527 if ((r = ssh_get_authentication_socket(&auth_sock)) != 0) { in maybe_add_key_to_agent()
Dssh.c1690 if ((r = ssh_get_authentication_socket(NULL)) != 0) { in check_agent_present()
Dsshconnect2.c1346 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) { in pubkey_prepare()