Searched refs:ssh_get_first_identity (Results 1 – 4 of 4) sorted by relevance
82 Key *ssh_get_first_identity(AuthenticationConnection *, char **, int);
206 for (key = ssh_get_first_identity(ac, &comment, version); in list_identities()
303 ssh_get_first_identity(AuthenticationConnection *auth, char **comment, int version) in ssh_get_first_identity() function
88 for (key = ssh_get_first_identity(auth, &comment, 1); in try_agent_authentication()