Searched refs:opt_tls_key (Results 1 – 1 of 1) sorted by relevance
147 static char *opt_tls_key = NULL; variable591 {(char **)&opt_tls_used}, {&opt_tls_cert}, {&opt_tls_key},1272 if (opt_tls_cert != NULL && opt_tls_key != NULL) { in setup_ssl_ctx()1355 pkey = load_key_pwd(opt_tls_key, opt_keyform, opt_tls_keypass, in setup_ssl_ctx()1368 opt_tls_key, opt_tls_cert); in setup_ssl_ctx()1374 CMP_err1("unable to use TLS client private key '%s'", opt_tls_key); in setup_ssl_ctx()1961 || opt_tls_key != NULL || opt_tls_keypass != NULL) { in setup_client_ctx()1962 if (opt_tls_key == NULL) { in setup_client_ctx()2387 opt_tls_key = opt_str(); in get_opts()2893 if ((opt_tls_cert != NULL || opt_tls_key != NULL in cmp_main()