Home
last modified time | relevance | path

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

/openbsd/usr.sbin/smtpd/
H A Dsmtpc.c125 FILE *authfile; in main() local
173 if ((authfile = fopen(optarg, "r")) == NULL) in main()
175 if ((len = getline(&authstr, &alloc, authfile)) == -1) in main()
182 if ((len = getline(&authstr, &alloc, authfile)) == -1) in main()
187 fclose(authfile); in main()
/openbsd/regress/usr.bin/ssh/unittests/authopt/
H A DMakefile10 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
/openbsd/regress/usr.bin/ssh/unittests/hostkeys/
H A DMakefile8 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
/openbsd/regress/usr.bin/ssh/unittests/sshsig/
H A DMakefile8 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
/openbsd/regress/usr.bin/ssh/unittests/sshkey/
H A DMakefile8 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
/openbsd/regress/usr.bin/ssh/unittests/kex/
H A DMakefile8 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
/openbsd/regress/usr.bin/ssh/misc/ssh-verify-attestation/
H A DMakefile15 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
/openbsd/usr.bin/ssh/
H A Dsshconnect.c1694 maybe_add_key_to_agent(const char *authfile, struct sshkey *private, in maybe_add_key_to_agent() argument
1709 !ask_permission("Add key %s (%s) to agent?", authfile, comment)) { in maybe_add_key_to_agent()
1717 comment == NULL ? authfile : comment, in maybe_add_key_to_agent()
1720 debug("identity added to agent: %s", authfile); in maybe_add_key_to_agent()
1722 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 DMakefile.inc111 SRCS_KEYP+= authfile.c