Home
last modified time | relevance | path

Searched refs:opt_proxy (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dcmp.c73 static char *opt_proxy = NULL; variable
569 {&opt_server}, {&opt_proxy}, {&opt_no_proxy},
1870 if (opt_proxy != NULL) in setup_client_ctx()
1896 if (opt_proxy != NULL && !OSSL_CMP_CTX_set1_proxy(ctx, opt_proxy)) in setup_client_ctx()
1904 proxy_host = OSSL_HTTP_adapt_proxy(opt_proxy, opt_no_proxy, host, ssl); in setup_client_ctx()
2354 opt_proxy = opt_str(); in get_opts()
H A Docsp.c240 char *opt_proxy = NULL; in ocsp_main() local
310 opt_proxy = opt_arg(); in ocsp_main()
733 resp = process_responder(req, host, port, path, opt_proxy, opt_no_proxy, in ocsp_main()
/freebsd/crypto/openssl/util/
H A Dcheck-format-test-negatives.c410 {&opt_server}, {&opt_proxy}, {&opt_path},