Searched refs:certpath (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/usr.sbin/uefisign/ |
| H A D | uefisign.c | 338 const char *certpath = NULL, *keypath = NULL, *outpath = NULL, *inpath = NULL; in main() local 351 if (certpath == NULL) in main() 352 certpath = checked_strdup(optarg); in main() 382 if (certpath != NULL) in main() 389 if (certpath == NULL) in main() 419 certfp = checked_fopen(certpath, "r"); in main() 423 errx(1, "failed to load certificate from %s", certpath); in main()
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | ssh-add.c | 175 char *certpath = NULL, *comment = NULL; in delete_file() local 198 xasprintf(&certpath, "%s-cert.pub", filename); in delete_file() 207 certpath, filename); in delete_file() 215 free(certpath); in delete_file() 253 char msg[1024], *certpath = NULL; in add_file() local 404 xasprintf(&certpath, "%s-cert.pub", filename); in add_file() 408 certpath); in add_file() 414 certpath, filename); in add_file() 435 error_r(r, "Certificate %s (%s) add failed", certpath, in add_file() 441 fprintf(stderr, "Certificate added: %s (%s)\n", certpath, in add_file() [all …]
|
| /freebsd-14.2/crypto/openssh/regress/misc/fuzz-harness/ |
| H A D | agent_fuzz_helper.c | 59 add_key(const char *privkey, const char *certpath) in add_key() argument 78 cert = pubkey_or_die(certpath); in add_key()
|