Searched refs:fullcertpath (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgencert.c260 char *fullcertpath = NULL; local
277 fullcertpath = strdup(outcert);
278 if (verify_file(fullcertpath)) {
281 "certificate file (%s).\n"), fullcertpath);
282 free(fullcertpath);
387 fullcertpath, strlen(fullcertpath));
398 if (fullcertpath != NULL)
399 free(fullcertpath);

Completed in 59 milliseconds