Home
last modified time | relevance | path

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

/openssl/apps/
H A Dcmp.c136 static char *opt_csr = NULL; variable
637 {(char **)&opt_popo}, {&opt_csr},
1683 if (opt_csr != NULL) { in setup_request_ctx()
1741 if (ref_cert == NULL && opt_csr == NULL) { 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()
1765 if (opt_csr != NULL) in setup_request_ctx()
1789 if (opt_cmd == CMP_P10CR && opt_csr == NULL) { in setup_request_ctx()
1825 desc = opt_csr == NULL in setup_request_ctx()
1854 if (opt_csr != NULL) { in setup_request_ctx()
[all …]

Completed in 12 milliseconds