Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/apps/
H A Dcmp.c132 static char *opt_oldcert = NULL; variable
566 {&opt_oldcert}, {(char **)&opt_revreason},
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()
1583 char *ref_cert = opt_oldcert != NULL ? opt_oldcert : opt_cert; 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()
1607 && opt_oldcert == NULL && opt_cert == NULL) in setup_request_ctx()
1739 if (opt_oldcert ! in setup_request_ctx()
[all...]
/third_party/openssl/apps/
H A Dcmp.c132 static char *opt_oldcert = NULL; variable
566 {&opt_oldcert}, {(char **)&opt_revreason},
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()
1583 char *ref_cert = opt_oldcert != NULL ? opt_oldcert : opt_cert; 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()
1607 && opt_oldcert == NULL && opt_cert == NULL) in setup_request_ctx()
1739 if (opt_oldcert ! in setup_request_ctx()
[all...]

Completed in 7 milliseconds