Home
last modified time | relevance | path

Searched refs:haveAuth (Results 1 – 5 of 5) sorted by relevance

/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gitlab.com/yawning/obfs4.git/obfs4proxy/
H A Dproxy_http.go46 haveAuth bool member
57 s.haveAuth = true
93 if s.haveAuth {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/gitlab.com/yawning/obfs4.git/obfs4proxy/
H A Dproxy_http.go46 haveAuth bool member
57 s.haveAuth = true
93 if s.haveAuth {
/dports/security/obfs4proxy-tor/obfs4proxy/
H A Dproxy_http.go46 haveAuth bool member
57 s.haveAuth = true
93 if s.haveAuth {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/api/signhandler/
H A Dsignhandler.go192 haveAuth := (policy.Default.Provider != nil)
194 if haveAuth {
197 haveAuth = (profile.Provider != nil)
200 if !haveAuth {
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/cif/
H A DCifReader.java1268 boolean haveAuth = false; in processAtomSiteLoopBlock()
1303 haveAuth = true; in processAtomSiteLoopBlock()
1312 haveAuth = true; in processAtomSiteLoopBlock()
1319 haveAuth = true; in processAtomSiteLoopBlock()
1325 haveAuth = true; in processAtomSiteLoopBlock()
1484 if (haveAuth) { in processAtomSiteLoopBlock()