Searched refs:ssh_get_first_identity (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | authfd.h | 76 Key *ssh_get_first_identity(AuthenticationConnection *, char **, int);
|
D | ssh-add.c | 295 for (key = ssh_get_first_identity(ac, &comment, version); in list_identities()
|
D | sshconnect1.c | 81 for (key = ssh_get_first_identity(auth, &comment, 1); in try_agent_authentication()
|
D | authfd.c | 305 ssh_get_first_identity(AuthenticationConnection *auth, char **comment, int version) in ssh_get_first_identity() function
|
D | sshconnect2.c | 1389 for (key = ssh_get_first_identity(ac, &comment, 2); in pubkey_prepare()
|