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

  /external/openssh/
authfd.h 19 /* List of identities returned by ssh_fetch_identitylist() */
30 int ssh_fetch_identitylist(int sock, int version,
ssh-add.c 373 if ((r = ssh_fetch_identitylist(agent_fd, version,
authfd.c 267 ssh_fetch_identitylist(int sock, int version, struct ssh_identitylist **idlp) function
sshconnect1.c 87 if ((r = ssh_fetch_identitylist(agent_fd, 1, &idlist)) != 0) {
89 debug("%s: ssh_fetch_identitylist: %s",
sshconnect2.c     [all...]

Completed in 57 milliseconds