Home
last modified time | relevance | path

Searched refs:certpath (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/crypto/openssh/
H A Dssh-add.c166 char *certpath = NULL, *comment = NULL; in delete_file() local
185 xasprintf(&certpath, "%s-cert.pub", filename); in delete_file()
188 error_r(r, "Failed to load certificate \"%s\"", certpath); in delete_file()
194 certpath, filename); in delete_file()
202 free(certpath); in delete_file()
238 char msg[1024], *certpath = NULL; in add_file() local
392 xasprintf(&certpath, "%s-cert.pub", filename); in add_file()
401 certpath, filename); in add_file()
421 error_r(r, "Certificate %s (%s) add failed", certpath, in add_file()
427 fprintf(stderr, "Certificate added: %s (%s)\n", certpath, in add_file()
[all …]
/freebsd-13.1/usr.sbin/uefisign/
H A Duefisign.c340 const char *certpath = NULL, *keypath = NULL, *outpath = NULL, *inpath = NULL; in main() local
353 if (certpath == NULL) in main()
354 certpath = checked_strdup(optarg); in main()
384 if (certpath != NULL) in main()
391 if (certpath == NULL) in main()
421 certfp = checked_fopen(certpath, "r"); in main()
425 errx(1, "failed to load certificate from %s", certpath); in main()
/freebsd-13.1/crypto/openssh/regress/misc/fuzz-harness/
H A Dagent_fuzz_helper.c59 add_key(const char *privkey, const char *certpath) in add_key() argument
78 cert = pubkey_or_die(certpath); in add_key()