Lines Matching refs:opt_oldcert
144 static char *opt_oldcert = NULL; variable
642 {&opt_oldcert}, {&opt_issuer}, {&opt_serial}, {(char **)&opt_revreason},
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()
1739 char *ref_cert = opt_oldcert != NULL ? opt_oldcert : opt_cert; 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()
1763 if (opt_oldcert != NULL) in setup_request_ctx()
1795 && opt_oldcert == NULL && opt_cert == NULL) in setup_request_ctx()
1837 && opt_key == NULL && opt_csr == NULL && opt_oldcert == NULL) { in setup_request_ctx()
1935 if (opt_oldcert != NULL) { in setup_request_ctx()
1939 if (!setup_cert(ctx, opt_oldcert, opt_keypass, in setup_request_ctx()
2983 opt_oldcert = opt_str(); in get_opts()