Lines Matching refs:opt_key
97 static char *opt_key = NULL;
580 {&opt_cert}, {&opt_own_trusted}, {&opt_key}, {&opt_keypass},
1402 if (!opt_unprotected_requests && opt_secret == NULL && opt_key == NULL) {
1412 if (!opt_secret && ((opt_cert == NULL) != (opt_key == NULL))) {
1429 if (opt_cert != NULL || opt_key != NULL)
1437 if (opt_key != NULL) {
1438 EVP_PKEY *pkey = load_key_pwd(opt_key, opt_keyform, opt_keypass, engine,
1532 && opt_key == NULL && opt_csr == NULL && opt_oldcert == NULL) {
1541 opt_key == NULL ? "" :
1545 if (opt_key == NULL) {
2415 opt_key = opt_str();