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

  /external/openssh/
authfd.h 26 int ssh_get_authentication_socket(int *fdp);
ssh-add.c 501 switch (r = ssh_get_authentication_socket(&agent_fd)) {
sshd.c 678 r = ssh_get_authentication_socket(&auth_sock);
    [all...]
authfd.c 88 ssh_get_authentication_socket(int *fdp) function
170 * ssh_get_authentication_socket().
sshconnect1.c 76 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) {
78 debug("%s: ssh_get_authentication_socket: %s",
clientloop.c     [all...]
ssh.c     [all...]
sshconnect2.c 1240 if ((r = ssh_get_authentication_socket(&agent_fd)) != 0) {
1242 debug("%s: ssh_get_authentication_socket: %s"
    [all...]

Completed in 412 milliseconds