HomeSort by relevance Sort by last modified time
    Searched full:authfd (Results 1 - 15 of 15) sorted by null

  /external/openssh/
authfd.h 1 /* $OpenBSD: authfd.h,v 1.37 2009/08/27 17:44:52 djm Exp $ */
OVERVIEW 82 - Code to communicate with the authentication agent is in authfd.c.
96 authentication agent using authfd.c.
authfd.c 1 /* $OpenBSD: authfd.c,v 1.86 2011/07/06 18:09:21 tedu Exp $ */
59 #include "authfd.h"
80 int authfd; local
84 if ((authfd = ssh_get_authentication_socket()) == -1)
87 ssh_close_authentication_socket(authfd);
Android.mk 9 acss.c authfd.c authfile.c bufaux.c bufbn.c buffer.c \
ssh-pkcs11-client.c 39 #include "authfd.h"
ssh-pkcs11-helper.c 37 #include "authfd.h"
ssh-add.c 61 #include "authfd.h"
ChangeLog 84 [authfd.c]
264 [authfd.c monitor.c serverloop.c]
    [all...]
Makefile.in 64 LIBSSH_OBJS=acss.o authfd.o authfile.o bufaux.o bufbn.o buffer.o \
sshconnect1.c 43 #include "authfd.h"
ssh-agent.c 74 #include "authfd.h"
    [all...]
ssh.c 90 #include "authfd.h"
    [all...]
sshconnect2.c 62 #include "authfd.h"
    [all...]
clientloop.c 106 #include "authfd.h"
    [all...]
channels.c 78 #include "authfd.h"
    [all...]

Completed in 355 milliseconds