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

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgencsr.c181 char *fullcsrpath = NULL; local
194 fullcsrpath = strdup(outcsr);
195 if (verify_file(fullcsrpath)) {
198 "certificate file (%s).\n"), fullcsrpath);
199 free(fullcsrpath);
244 kmfrv = kmf_create_csr_file(&signedCsr, fmt, fullcsrpath);
250 if (fullcsrpath)
251 free(fullcsrpath);

Completed in 58 milliseconds