Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dcmp.c124 static char *opt_csr = NULL; variable
561 {(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 …]