Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dcmp.c112 static char *opt_newkey = NULL; variable
553 {&opt_newkey}, {&opt_newkeypass}, {&opt_subject}, {&opt_issuer},
1501 if (opt_newkey == NULL && opt_key == NULL && opt_csr == NULL) { in setup_request_ctx()
1570 if (opt_newkey != NULL) in setup_request_ctx()
1576 } else if (opt_newkey != NULL) { in setup_request_ctx()
1577 const char *file = opt_newkey; in setup_request_ctx()
2421 opt_newkey = opt_str(); in get_opts()