Home
last modified time | relevance | path

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

/external/openssh/
Dauthfd.h76 Key *ssh_get_first_identity(AuthenticationConnection *, char **, int);
Dssh-add.c295 for (key = ssh_get_first_identity(ac, &comment, version); in list_identities()
Dsshconnect1.c81 for (key = ssh_get_first_identity(auth, &comment, 1); in try_agent_authentication()
Dauthfd.c305 ssh_get_first_identity(AuthenticationConnection *auth, char **comment, int version) in ssh_get_first_identity() function
Dsshconnect2.c1389 for (key = ssh_get_first_identity(ac, &comment, 2); in pubkey_prepare()