Searched refs:ssh_get_next_identity (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | authfd.h | 77 Key *ssh_get_next_identity(AuthenticationConnection *, char **, int);
|
D | authfd.c | 309 return ssh_get_next_identity(auth, comment, version); in ssh_get_first_identity() 314 ssh_get_next_identity(AuthenticationConnection *auth, char **comment, int version) in ssh_get_next_identity() function
|
D | ssh-add.c | 297 key = ssh_get_next_identity(ac, &comment, version)) { in list_identities()
|
D | sshconnect1.c | 83 key = ssh_get_next_identity(auth, &comment, 1)) { in try_agent_authentication()
|
D | sshconnect2.c | 1391 key = ssh_get_next_identity(ac, &comment, 2)) { in pubkey_prepare()
|