Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDsshconnect1.c212 char buf[300], *passphrase, *comment, *authfile; in try_rsa_authentication() local
216 authfile = options.identity_files[idx]; in try_rsa_authentication()
217 comment = xstrdup(authfile); in try_rsa_authentication()
259 private = key_load_private_type(KEY_RSA1, authfile, "", NULL, in try_rsa_authentication()
268 authfile, passphrase, NULL, NULL); in try_rsa_authentication()
HDOVERVIEW55 read/write these files is in authfile.c. The files are normally
95 RSA key files with authfile.c. It communicates the
HDChangeLog184 [auth2-chall.c authfd.c authfile.c bufaux.c bufec.c canohost.c]
192 [auth1.c auth2-chall.c auth2-passwd.c authfile.c bufaux.c bufbn.c]
547 [authfile.c]
622 [authfile.c authfile.h cipher.c cipher.h key.c packet.c ssh-agent.c]
627 [authfd.c authfile.c key.c key.h myproposal.h pathnames.h readconf.c]
649 - (djm) [authfile.c] Conditionalise inclusion of util.h
736 [Makefile.in PROTOCOL PROTOCOL.chacha20poly1305 authfile.c chacha.c]
1530 servconf.c auth.c authfile.c xmalloc.c uuencode.c sftp-client.c
1862 [authfile.c cipher.c cipher.h kex.c kex.h kexecdh.c kexecdhc.c kexecdhs.c]
2260 [PROTOCOL authfile.c cipher.c cipher.h kex.c kex.h monitor_wrap.c]
[all …]
/NextBSD/secure/lib/libssh/
HDMakefile8 SRCS= authfd.c authfile.c bufaux.c bufbn.c buffer.c \