Home
last modified time | relevance | path

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

/openssl/apps/
H A Dcmp.c109 static char *opt_key = NULL; variable
659 {&opt_cert}, {&opt_own_trusted}, {&opt_key}, {&opt_keypass},
1501 if (!opt_unprotected_requests && opt_secret == NULL && opt_key == NULL) { in setup_protection_ctx()
1511 if (opt_secret == NULL && ((opt_cert == NULL) != (opt_key == NULL))) { in setup_protection_ctx()
1528 if (opt_cert != NULL || opt_key != NULL) in setup_protection_ctx()
1536 if (opt_key != NULL) { in setup_protection_ctx()
1676 && opt_key == NULL && opt_csr == NULL && opt_oldcert == NULL) { in setup_request_ctx()
1685 opt_key == NULL ? "" : in setup_request_ctx()
1691 if (opt_key == NULL) { in setup_request_ctx()
1837 && opt_key == NULL && opt_csr == NULL && opt_oldcert == NULL) { in setup_request_ctx()
[all …]

Completed in 26 milliseconds