Searched refs:authfile (Results 1 – 10 of 10) sorted by relevance
/openbsd/usr.sbin/smtpd/ |
H A D | smtpc.c | 125 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 D | Makefile | 10 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 D | Makefile | 8 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 D | Makefile | 8 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 D | Makefile | 8 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 D | Makefile | 8 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 D | Makefile | 15 SRCS+=sshbuf-io.c atomicio.c sshkey.c authfile.c cipher.c log.c ssh-rsa.c
|
/openbsd/usr.bin/ssh/ |
H A D | sshconnect.c | 1694 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 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
|
H A D | Makefile.inc | 111 SRCS_KEYP+= authfile.c
|