Home
last modified time | relevance | path

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

/external/openssh/
Dauthfd.h26 int ssh_get_authentication_socket(int *fdp);
Dssh-add.c501 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()
Dsshd.c678 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) {
Dauthfd.c88 ssh_get_authentication_socket(int *fdp) in ssh_get_authentication_socket() function
Dclientloop.c1814 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()
Dssh.c1589 if ((r = ssh_get_authentication_socket(NULL)) != 0) { in check_agent_present()
Dsshconnect2.c1240 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) { in pubkey_prepare()