Home
last modified time | relevance | path

Searched refs:authfile (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/crypto/openssh/regress/unittests/hostkeys/
H A DMakefile8 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
/freebsd-14.2/crypto/openssh/regress/unittests/sshsig/
H A DMakefile8 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
/freebsd-14.2/crypto/openssh/regress/unittests/sshkey/
H A DMakefile8 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
/freebsd-14.2/crypto/openssh/regress/unittests/kex/
H A DMakefile8 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
/freebsd-14.2/crypto/openssh/
H A Dsshconnect.c1701 maybe_add_key_to_agent(const char *authfile, struct sshkey *private, in maybe_add_key_to_agent() argument
1716 !ask_permission("Add key %s (%s) to agent?", authfile, comment)) { in maybe_add_key_to_agent()
1724 comment == NULL ? authfile : comment, in maybe_add_key_to_agent()
1727 debug("identity added to agent: %s", authfile); in maybe_add_key_to_agent()
1729 debug("could not add identity to agent: %s (%d)", authfile, r); in maybe_add_key_to_agent()
H A DOVERVIEW55 read/write these files is in authfile.c. The files are normally
95 RSA key files with authfile.c. It communicates the
H A D.depend19 auth.o: authfile.h monitor_wrap.h channels.h
29 auth2-pubkey.o: pathnames.h uidswap.h auth-options.h canohost.h monitor_wrap.h authfile.h match.h c…
30 …sshkey.h digest.h hostfile.h auth.h auth-pam.h audit.h loginrec.h auth-options.h authfile.h match.h
34 authfile.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat…
127 …p.h entropy.h xmalloc.h ssh.h log.h ssherr.h sshkey.h sshbuf.h authfd.h authfile.h pathnames.h mis…
138 …ntropy.h xmalloc.h log.h ssherr.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 ssherr.h misc.h readconf.h sshco…
149 ssh_api.o: authfile.h misc.h version.h myproposal.h sshbuf.h openbsd-compat/openssl-compat.h
159 sshconnect2.o: sshconnect.h authfile.h dh.h authfd.h log.h ssherr.h misc.h readconf.h match.h canoh…
161 sshd.o: poly1305.h cipher-aesctr.h rijndael.h digest.h sshkey.h kex.h mac.h crypto_api.h authfile.h…
[all …]
/freebsd-14.2/secure/lib/libssh/
H A DMakefile11 SRCS+= authfd.c authfile.c \