Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dssh-add.c113 char *certpath = NULL, *comment = NULL; in delete_file() local
136 xasprintf(&certpath, "%s-cert.pub", filename); in delete_file()
140 certpath, ssh_err(r)); in delete_file()
146 certpath, filename); in delete_file()
151 certpath, comment); in delete_file()
156 certpath, ssh_err(r)); in delete_file()
161 free(certpath); in delete_file()
196 char msg[1024], *certpath = NULL; in add_file() local
335 certpath, ssh_err(r)); in add_file()
341 certpath, filename); in add_file()
[all …]
/freebsd-12.1/usr.sbin/uefisign/
H A Duefisign.c341 const char *certpath = NULL, *keypath = NULL, *outpath = NULL, *inpath = NULL; in main() local
354 certpath = checked_strdup(optarg); in main()
376 if (certpath != NULL) in main()
383 if (certpath == NULL) in main()
409 certfp = checked_fopen(certpath, "r"); in main()
413 errx(1, "failed to load certificate from %s", certpath); in main()