Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dauthfd.h76 int ssh_get_authentication_socket(void);
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dauthfd.c73 if ((authfd = ssh_get_authentication_socket()) == -1) in ssh_agent_present()
84 ssh_get_authentication_socket(void) in ssh_get_authentication_socket() function
198 sock = ssh_get_authentication_socket(); in ssh_get_authentication_connection()
H A Dchannels.c3009 sock = ssh_get_authentication_socket(); in auth_input_open_request()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1443 sock = ssh_get_authentication_socket(); in client_request_agent()