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