Lines Matching refs:opt_csr
124 static char *opt_csr = NULL; variable
561 {(char **)&opt_popo}, {&opt_csr},
1526 && opt_csr == NULL && opt_oldcert == NULL && opt_cert == NULL in setup_request_ctx()
1532 && opt_key == NULL && opt_csr == NULL && opt_oldcert == NULL) { in setup_request_ctx()
1539 if (opt_csr != NULL) { in setup_request_ctx()
1585 if (ref_cert == NULL && opt_csr == NULL) { in setup_request_ctx()
1591 opt_subject, ref_cert != NULL ? ref_cert : opt_csr); in setup_request_ctx()
1594 if (opt_oldcert == NULL && opt_csr == NULL) { in setup_request_ctx()
1598 if (opt_oldcert != NULL && opt_csr != NULL) in setup_request_ctx()
1601 if (opt_cmd == CMP_P10CR && opt_csr == NULL) { in setup_request_ctx()
1635 desc = opt_csr == NULL in setup_request_ctx()
1660 if (opt_csr != NULL) { in setup_request_ctx()
1664 if ((csr = load_csr_autofmt(opt_csr, "PKCS#10 CSR")) == NULL) in setup_request_ctx()
2515 opt_csr = opt_str(); in get_opts()