Lines Matching defs:opt_tls_key
147 static char *opt_tls_key = NULL;
591 {(char **)&opt_tls_used}, {&opt_tls_cert}, {&opt_tls_key},
1272 if (opt_tls_cert != NULL && opt_tls_key != NULL) {
1355 pkey = load_key_pwd(opt_tls_key, opt_keyform, opt_tls_keypass,
1368 opt_tls_key, opt_tls_cert);
1374 CMP_err1("unable to use TLS client private key '%s'", opt_tls_key);
1961 || opt_tls_key != NULL || opt_tls_keypass != NULL) {
1962 if (opt_tls_key == NULL) {
2386 opt_tls_key = opt_str();
2892 if ((opt_tls_cert != NULL || opt_tls_key != NULL