Searched refs:opt_tls_cert (Results 1 – 1 of 1) sorted by relevance
168 static char *opt_tls_cert = NULL; variable758 { (char **)&opt_tls_used }, { &opt_tls_cert }, { &opt_tls_key },1467 if (opt_tls_cert != NULL && opt_tls_key != NULL) { in setup_ssl_ctx()1472 if (!load_cert_certs(opt_tls_cert, &cert, &certs, 0, opt_tls_keypass, in setup_ssl_ctx()1487 opt_tls_cert); in setup_ssl_ctx()1562 opt_tls_key, opt_tls_cert); in setup_ssl_ctx()2355 if (opt_tls_cert != NULL in setup_client_ctx()2360 } else if (opt_tls_cert == NULL) { in setup_client_ctx()2920 opt_tls_cert = opt_str(); in get_opts()3760 if (opt_tls_cert == NULL && opt_tls_key == NULL && opt_tls_keypass == NULL in cmp_main()