Home
last modified time | relevance | path

Searched refs:opt_oldcert (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dcmp.c146 static char *opt_oldcert = NULL; variable
730 { &opt_oldcert }, { &opt_issuer }, { &opt_serial }, { (char **)&opt_revreason },
1768 && opt_csr == NULL && opt_oldcert == NULL && opt_cert == NULL in setup_request_ctx()
1776 && opt_key == NULL && opt_csr == NULL && opt_oldcert == NULL) { in setup_request_ctx()
1860 char *ref_cert = opt_oldcert != NULL ? opt_oldcert : opt_cert; in setup_request_ctx()
1872 if (opt_oldcert == NULL && opt_csr == NULL) { in setup_request_ctx()
1876 if (opt_oldcert != NULL && opt_csr != NULL) in setup_request_ctx()
1884 if (opt_oldcert != NULL) in setup_request_ctx()
1916 && opt_oldcert == NULL && opt_cert == NULL) in setup_request_ctx()
1958 && opt_key == NULL && opt_csr == NULL && opt_oldcert == NULL in setup_request_ctx()
[all …]