Home
last modified time | relevance | path

Searched refs:pubkeyfile (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/dumpon/
H A Ddumpon.c219 _genkey(const char *pubkeyfile, struct diocskerneldump_arg *kdap) in _genkey() argument
224 assert(pubkeyfile != NULL); in _genkey()
230 fp = fopen(pubkeyfile, "r"); in _genkey()
232 err(1, "Unable to open %s", pubkeyfile); in _genkey()
259 errx(1, "Unable to read data from %s: %s", pubkeyfile, in _genkey()
321 genkey(const char *pubkeyfile, struct diocskerneldump_arg *kdap) in genkey() argument
336 _genkey(pubkeyfile, kdap); in genkey()
465 const char *dev, *pubkeyfile, *server, *client, *gateway; in main() local
475 pubkeyfile = NULL; in main()
518 pubkeyfile = optarg; in main()
[all …]
/freebsd/crypto/openssl/apps/
H A Dx509.c273 char *CAkeyfile = NULL, *CAserial = NULL, *pubkeyfile = NULL, *alias = NULL; in x509_main() local
424 pubkeyfile = opt_arg(); in x509_main()
634 if (pubkeyfile != NULL) { in x509_main()
635 if ((pubkey = load_pubkey(pubkeyfile, keyformat, 0, NULL, e, in x509_main()
646 if (privkeyfile == NULL && pubkeyfile == NULL) { in x509_main()
/freebsd/secure/libexec/sshd-session/
H A DMakefile11 auth2-none.c auth2-passwd.c auth2-pubkey.c auth2-pubkeyfile.c \
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A DMakefile36 …$(CXX) -o $@ authkeys_fuzz.o $(SK_NULL_OBJS) ../../../auth-options.o ../../../auth2-pubkeyfile.o $…
/freebsd/crypto/openssh/
H A D.depend31 auth2-pubkeyfile.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbs…