Home
last modified time | relevance | path

Searched refs:CustomTLSProfile (Results 1 – 11 of 11) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/config/v1/
H A Dtypes_tlssecurityprofile.go103 Custom *CustomTLSProfile `json:"custom,omitempty"`
120 type CustomTLSProfile struct { struct
H A Dzz_generated.swagger_doc_generated.go1327 func (CustomTLSProfile) SwaggerDoc() map[string]string {
H A Dzz_generated.deepcopy.go1048 func (in *CustomTLSProfile) DeepCopyInto(out *CustomTLSProfile) { argument
1055 func (in *CustomTLSProfile) DeepCopy() *CustomTLSProfile {
1059 out := new(CustomTLSProfile)
3244 *out = new(CustomTLSProfile)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/protocol/
H A DcustomTLSProfiles.go33 type CustomTLSProfile struct { struct
38 type CustomTLSProfiles []*CustomTLSProfile
69 func (profile *CustomTLSProfile) GetClientHelloSpec() (*utls.ClientHelloSpec, error) { argument
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/protocol/
H A DcustomTLSProfiles.go33 type CustomTLSProfile struct { struct
38 type CustomTLSProfiles []*CustomTLSProfile
69 func (profile *CustomTLSProfile) GetClientHelloSpec() (*utls.ClientHelloSpec, error) { argument
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/parameters/
H A Dparameters_test.go400 &protocol.CustomTLSProfile{Name: "Profile1", UTLSSpec: &protocol.UTLSSpec{}},
401 &protocol.CustomTLSProfile{Name: "Profile2", UTLSSpec: &protocol.UTLSSpec{}},
418 profile := p.Get().CustomTLSProfile("Profile1")
423 profile = p.Get().CustomTLSProfile("Profile2")
428 profile = p.Get().CustomTLSProfile("Profile3")
H A Dparameters.go1308 func (p ParametersAccessor) CustomTLSProfile(name string) *protocol.CustomTLSProfile { func
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/parameters/
H A Dparameters_test.go390 &protocol.CustomTLSProfile{Name: "Profile1", UTLSSpec: &protocol.UTLSSpec{}},
391 &protocol.CustomTLSProfile{Name: "Profile2", UTLSSpec: &protocol.UTLSSpec{}},
408 profile := p.Get().CustomTLSProfile("Profile1")
413 profile = p.Get().CustomTLSProfile("Profile2")
418 profile = p.Get().CustomTLSProfile("Profile3")
H A Dparameters.go1267 func (p ParametersAccessor) CustomTLSProfile(name string) *protocol.CustomTLSProfile { func
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/
H A DtlsDialer.go289 customTLSProfile := p.CustomTLSProfile(tlsProfile)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/
H A DtlsDialer.go793 customTLSProfile := p.CustomTLSProfile(tlsProfile)