Lines Matching refs:opt_key
109 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()
1537 EVP_PKEY *pkey = load_key_pwd(opt_key, opt_keyform, opt_keypass, engine, 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()
2833 opt_key = opt_str(); in get_opts()