Home
last modified time | relevance | path

Searched refs:ssh_close_authentication_connection (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dauthfd.h80 void ssh_close_authentication_connection(AuthenticationConnection *);
/titanic_50/usr/src/cmd/ssh/ssh-add/
H A Dssh-add.c392 ssh_close_authentication_connection(ac); in main()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c147 ssh_close_authentication_connection(auth); in try_agent_authentication()
157 ssh_close_authentication_connection(auth); in try_agent_authentication()
H A Dsshconnect2.c367 ssh_close_authentication_connection(authctxt.agent); in ssh_userauth2()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dauthfd.c221 ssh_close_authentication_connection(AuthenticationConnection *auth) in ssh_close_authentication_connection() function