Searched refs:ssh_get_next_identity (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | authfd.h | 83 Key *ssh_get_next_identity(AuthenticationConnection *, char **, int);
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | authfd.c | 307 return ssh_get_next_identity(auth, comment, version); in ssh_get_first_identity() 312 ssh_get_next_identity(AuthenticationConnection *auth, char **comment, int version) in ssh_get_next_identity() function
|
/titanic_50/usr/src/cmd/ssh/ssh-add/ |
H A D | ssh-add.c | 208 key = ssh_get_next_identity(ac, &comment, version)) { in list_identities()
|
/titanic_50/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect1.c | 90 key = ssh_get_next_identity(auth, &comment, 1)) { in try_agent_authentication()
|
H A D | sshconnect2.c | 1256 k = ssh_get_next_identity(authctxt->agent, &comment, 2); in userauth_pubkey_agent()
|