Home
last modified time | relevance | path

Searched refs:opt_no_proxy (Results 1 – 2 of 2) sorted by relevance

/netbsd/crypto/external/bsd/openssl/dist/apps/
H A Dcmp.c74 static char *opt_no_proxy = NULL; variable
569 {&opt_server}, {&opt_proxy}, {&opt_no_proxy},
1872 if (opt_no_proxy != NULL) in setup_client_ctx()
1898 if (opt_no_proxy != NULL && !OSSL_CMP_CTX_set1_no_proxy(ctx, opt_no_proxy)) in setup_client_ctx()
1904 proxy_host = OSSL_HTTP_adapt_proxy(opt_proxy, opt_no_proxy, host, ssl); in setup_client_ctx()
2356 opt_no_proxy = opt_str(); in get_opts()
H A Docsp.c241 char *opt_no_proxy = NULL; in ocsp_main() local
313 opt_no_proxy = opt_arg(); in ocsp_main()
733 resp = process_responder(req, host, port, path, opt_proxy, opt_no_proxy, in ocsp_main()