Searched refs:opt_chainout (Results 1 – 1 of 1) sorted by relevance
141 static char *opt_chainout = NULL; variable640 {&opt_certout}, {&opt_chainout},1734 if (opt_chainout != NULL) in setup_request_ctx()2980 opt_chainout = opt_str(); in get_opts()3779 && opt_certout != NULL && opt_chainout != NULL in cmp_main()3780 && strcmp(opt_certout, opt_chainout) == 0) { in cmp_main()3786 if (!save_free_certs(newchain, opt_chainout, "newly enrolled cert and chain")) in cmp_main()3789 if (save_free_certs(newchain, opt_chainout, "chain") < 0 in cmp_main()
Completed in 12 milliseconds