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);
Dauthfd.c122 ssh_get_authentication_socket(int *fdp) in ssh_get_authentication_socket() function
Dsshd.c503 r = ssh_get_authentication_socket(&auth_sock); in privsep_preauth()
1780 if ((r = ssh_get_authentication_socket(NULL)) == 0)
2188 if ((r = ssh_get_authentication_socket(&auth_sock)) != 0) {
Dssh-add.c639 switch (r = ssh_get_authentication_socket(&agent_fd)) { in main()
Dsshconnect.c1419 if ((r = ssh_get_authentication_socket(&auth_sock)) != 0) { in maybe_add_key_to_agent()
Dssh-keygen.c1746 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) in do_ca_sign()
2601 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) in sig_sign()
Dssh.c1930 if ((r = ssh_get_authentication_socket(NULL)) != 0) { in check_agent_present()
Dclientloop.c1614 r = ssh_get_authentication_socket(&sock); in client_request_agent()
Dsshconnect2.c1623 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) { in pubkey_prepare()