Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/uefisign/
HDuefisign.c339 const char *certpath = NULL, *keypath = NULL, *outpath = NULL, *inpath = NULL; in main() local
355 keypath = checked_strdup(optarg); in main()
376 if (keypath != NULL) in main()
383 if (keypath == NULL) in main()
414 keyfp = checked_fopen(keypath, "r"); in main()
418 errx(1, "failed to load private key from %s", keypath); in main()