HomeSort by relevance Sort by last modified time
    Searched refs:ssh_get_first_identity (Results 1 - 5 of 5) sorted by null

  /external/openssh/
authfd.h 76 Key *ssh_get_first_identity(AuthenticationConnection *, char **, int);
ssh-add.c 295 for (key = ssh_get_first_identity(ac, &comment, version);
sshconnect1.c 81 for (key = ssh_get_first_identity(auth, &comment, 1);
authfd.c 305 ssh_get_first_identity(AuthenticationConnection *auth, char **comment, int version) function
sshconnect2.c     [all...]

Completed in 53 milliseconds