Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dauthfd.h82 Key *ssh_get_first_identity(AuthenticationConnection *, char **, int);
/titanic_50/usr/src/cmd/ssh/ssh-add/
H A Dssh-add.c206 for (key = ssh_get_first_identity(ac, &comment, version); in list_identities()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dauthfd.c303 ssh_get_first_identity(AuthenticationConnection *auth, char **comment, int version) in ssh_get_first_identity() function
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c88 for (key = ssh_get_first_identity(auth, &comment, 1); in try_agent_authentication()