Searched refs:authfile (Results 1 – 9 of 9) sorted by relevance
/external/openssh/regress/unittests/hostkeys/ |
D | Makefile | 8 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
|
/external/openssh/regress/unittests/authopt/ |
D | Makefile | 10 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
|
/external/openssh/regress/unittests/sshkey/ |
D | Makefile | 8 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
|
/external/openssh/regress/unittests/kex/ |
D | Makefile | 8 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
|
/external/openssh/ |
D | sshconnect.c | 1410 maybe_add_key_to_agent(const char *authfile, struct sshkey *private, in maybe_add_key_to_agent() argument 1425 !ask_permission("Add key %s (%s) to agent?", authfile, comment)) { in maybe_add_key_to_agent() 1433 comment == NULL ? authfile : comment, 0, in maybe_add_key_to_agent() 1435 debug("identity added to agent: %s", authfile); in maybe_add_key_to_agent() 1437 debug("could not add identity to agent: %s (%d)", authfile, r); in maybe_add_key_to_agent()
|
D | OVERVIEW | 55 read/write these files is in authfile.c. The files are normally 95 RSA key files with authfile.c. It communicates the
|
D | Android.bp | 80 "authfile.c",
|
D | .depend | 18 ….h auth-pam.h audit.h loginrec.h auth-options.h canohost.h uidswap.h packet.h dispatch.h authfile.h 27 auth2-pubkey.o: canohost.h monitor_wrap.h authfile.h match.h ssherr.h channels.h session.h sk-api.h 32 authfile.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat… 74 …compat/sys-tree.h openbsd-compat/sys-queue.h sshbuf.h ssherr.h sshkey.h authfile.h misc.h log.h di… 128 …d-nextstep.h entropy.h xmalloc.h ssh.h log.h sshkey.h sshbuf.h authfd.h authfile.h pathnames.h mis… 135 …at/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h sshkey.h authfile.h sshbuf.h pathna… 138 …tstep.h entropy.h xmalloc.h log.h sshkey.h ssh.h ssh2.h misc.h sshbuf.h authfile.h msg.h canohost.… 148 ssh.o: sshkey.h authfd.h authfile.h pathnames.h clientloop.h log.h misc.h readconf.h sshconnect.h k… 149 …sshkey.h kex.h mac.h crypto_api.h ssh.h ssh2.h packet.h dispatch.h compat.h log.h authfile.h misc.h 157 …ct.h log.h misc.h readconf.h atomicio.h dns.h monitor_fdpass.h ssh2.h version.h authfile.h ssherr.h [all …]
|
/external/openssh/regress/misc/kexfuzz/ |
D | Makefile | 17 SRCS+=atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c ssh-dss.c
|