Searched refs:opt_csr (Results 1 – 1 of 1) sorted by relevance
124 static char *opt_csr = NULL; variable561 {(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()[all …]