Lines Matching refs:opt_csr
136 static char *opt_csr = NULL; variable
637 {(char **)&opt_popo}, {&opt_csr},
1668 && opt_csr == NULL && opt_oldcert == NULL && opt_cert == NULL in setup_request_ctx()
1676 && opt_key == NULL && opt_csr == NULL && opt_oldcert == NULL) { in setup_request_ctx()
1683 if (opt_csr != NULL) { in setup_request_ctx()
1741 if (ref_cert == NULL && opt_csr == NULL) { in setup_request_ctx()
1747 opt_subject, ref_cert != NULL ? ref_cert : opt_csr); in setup_request_ctx()
1751 if (opt_oldcert == NULL && opt_csr == NULL) { in setup_request_ctx()
1755 if (opt_oldcert != NULL && opt_csr != NULL) in setup_request_ctx()
1765 if (opt_csr != NULL) in setup_request_ctx()
1789 if (opt_cmd == CMP_P10CR && opt_csr == NULL) { in setup_request_ctx()
1825 desc = opt_csr == NULL in setup_request_ctx()
1837 && opt_key == NULL && opt_csr == NULL && opt_oldcert == NULL) { in setup_request_ctx()
1854 if (opt_csr != NULL) { in setup_request_ctx()
1858 csr = load_csr_autofmt(opt_csr, FORMAT_UNDEF, NULL, "PKCS#10 CSR"); in setup_request_ctx()
2965 opt_csr = opt_str(); in get_opts()