Home
last modified time | relevance | path

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; in gencsr_file() local
194 fullcsrpath = strdup(outcsr); in gencsr_file()
195 if (verify_file(fullcsrpath)) { in gencsr_file()
198 "certificate file (%s).\n"), fullcsrpath); in gencsr_file()
199 free(fullcsrpath); in gencsr_file()
244 kmfrv = kmf_create_csr_file(&signedCsr, fmt, fullcsrpath); in gencsr_file()
250 if (fullcsrpath) in gencsr_file()
251 free(fullcsrpath); in gencsr_file()