Lines Matching defs:opt_tls_cert
168 static char *opt_tls_cert = NULL;
320 OPT_TLS_CERT,
591 { "tls_cert", OPT_TLS_CERT, 's',
758 { (char **)&opt_tls_used }, { &opt_tls_cert }, { &opt_tls_key },
1464 if (opt_tls_cert != NULL && opt_tls_key != NULL) {
1469 if (!load_cert_certs(opt_tls_cert, &cert, &certs, 0, opt_tls_keypass,
1472 /* need opt_tls_keypass if opt_tls_cert is encrypted PKCS#12 file */
1484 opt_tls_cert);
1559 opt_tls_key, opt_tls_cert);
2352 if (opt_tls_cert != NULL
2357 } else if (opt_tls_cert == NULL) {
2916 case OPT_TLS_CERT:
2917 opt_tls_cert = opt_str();
3751 if (opt_tls_cert == NULL && opt_tls_key == NULL && opt_tls_keypass == NULL