Home
last modified time | relevance | path

Searched refs:ckx (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/dports/security/meek/meek-0.35.0/vendor/github.com/refraction-networking/utls/
H A Dkey_agreement.go29 if len(ckx.ciphertext) < 2 {
33 ciphertext := ckx.ciphertext
35 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
39 ciphertext = ckx.ciphertext[2:]
76 ckx := new(clientKeyExchangeMsg)
80 copy(ckx.ciphertext[2:], encrypted)
81 return preMasterSecret, ckx, nil
135 ckx *clientKeyExchangeMsg member
220 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
269 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/crypto/tls/
H A Dkey_agreement.go29 if len(ckx.ciphertext) < 2 {
33 ciphertext := ckx.ciphertext
35 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
39 ciphertext = ckx.ciphertext[2:]
76 ckx := new(clientKeyExchangeMsg)
80 copy(ckx.ciphertext[2:], encrypted)
81 return preMasterSecret, ckx, nil
135 ckx *clientKeyExchangeMsg member
223 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
272 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/refraction-networking/utls/
H A Dkey_agreement.go29 if len(ckx.ciphertext) < 2 {
33 ciphertext := ckx.ciphertext
35 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
39 ciphertext = ckx.ciphertext[2:]
80 ckx := new(clientKeyExchangeMsg)
84 copy(ckx.ciphertext[2:], encrypted)
85 return preMasterSecret, ckx, nil
139 ckx *clientKeyExchangeMsg member
224 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
273 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/refraction-networking/utls/
H A Dkey_agreement.go29 if len(ckx.ciphertext) < 2 {
33 ciphertext := ckx.ciphertext
35 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
39 ciphertext = ckx.ciphertext[2:]
76 ckx := new(clientKeyExchangeMsg)
80 copy(ckx.ciphertext[2:], encrypted)
81 return preMasterSecret, ckx, nil
135 ckx *clientKeyExchangeMsg member
220 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
269 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/marten-seemann/qtls/
H A Dkey_agreement.go29 if len(ckx.ciphertext) < 2 {
33 ciphertext := ckx.ciphertext
35 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
39 ciphertext = ckx.ciphertext[2:]
76 ckx := new(clientKeyExchangeMsg)
80 copy(ckx.ciphertext[2:], encrypted)
81 return preMasterSecret, ckx, nil
143 ckx *clientKeyExchangeMsg member
228 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
277 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/crypto/tls/
H A Dkey_agreement.go29 if len(ckx.ciphertext) < 2 {
33 ciphertext := ckx.ciphertext
35 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
39 ciphertext = ckx.ciphertext[2:]
76 ckx := new(clientKeyExchangeMsg)
80 copy(ckx.ciphertext[2:], encrypted)
81 return preMasterSecret, ckx, nil
135 ckx *clientKeyExchangeMsg member
223 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
272 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gitlab.com/yawning/utls.git/
H A Dkey_agreement.go29 if len(ckx.ciphertext) < 2 {
33 ciphertext := ckx.ciphertext
35 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
39 ciphertext = ckx.ciphertext[2:]
76 ckx := new(clientKeyExchangeMsg)
80 copy(ckx.ciphertext[2:], encrypted)
81 return preMasterSecret, ckx, nil
135 ckx *clientKeyExchangeMsg member
220 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
269 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/refraction-networking/utls/
H A Dkey_agreement.go29 if len(ckx.ciphertext) < 2 {
33 ciphertext := ckx.ciphertext
35 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
39 ciphertext = ckx.ciphertext[2:]
76 ckx := new(clientKeyExchangeMsg)
80 copy(ckx.ciphertext[2:], encrypted)
81 return preMasterSecret, ckx, nil
135 ckx *clientKeyExchangeMsg member
220 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
269 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/gitlab.com/yawning/utls.git/
H A Dkey_agreement.go29 if len(ckx.ciphertext) < 2 {
33 ciphertext := ckx.ciphertext
35 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
39 ciphertext = ckx.ciphertext[2:]
76 ckx := new(clientKeyExchangeMsg)
80 copy(ckx.ciphertext[2:], encrypted)
81 return preMasterSecret, ckx, nil
135 ckx *clientKeyExchangeMsg member
223 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
272 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/marten-seemann/qtls/
H A Dkey_agreement.go29 if len(ckx.ciphertext) < 2 {
33 ciphertext := ckx.ciphertext
35 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
39 ciphertext = ckx.ciphertext[2:]
76 ckx := new(clientKeyExchangeMsg)
80 copy(ckx.ciphertext[2:], encrypted)
81 return preMasterSecret, ckx, nil
143 ckx *clientKeyExchangeMsg member
228 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
277 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/gitlab.com/yawning/utls.git/
H A Dkey_agreement.go29 if len(ckx.ciphertext) < 2 {
33 ciphertext := ckx.ciphertext
35 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
39 ciphertext = ckx.ciphertext[2:]
76 ckx := new(clientKeyExchangeMsg)
80 copy(ckx.ciphertext[2:], encrypted)
81 return preMasterSecret, ckx, nil
135 ckx *clientKeyExchangeMsg member
223 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
272 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/marten-seemann/qtls/
H A Dkey_agreement.go29 if len(ckx.ciphertext) < 2 {
33 ciphertext := ckx.ciphertext
35 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
39 ciphertext = ckx.ciphertext[2:]
76 ckx := new(clientKeyExchangeMsg)
80 copy(ckx.ciphertext[2:], encrypted)
81 return preMasterSecret, ckx, nil
135 ckx *clientKeyExchangeMsg member
223 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
272 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/crypto/tls/
H A Dkey_agreement.go29 if len(ckx.ciphertext) < 2 {
33 ciphertext := ckx.ciphertext
35 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
39 ciphertext = ckx.ciphertext[2:]
76 ckx := new(clientKeyExchangeMsg)
80 copy(ckx.ciphertext[2:], encrypted)
81 return preMasterSecret, ckx, nil
135 ckx *clientKeyExchangeMsg member
223 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
272 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/crypto/tls/
H A Dkey_agreement.go34 if len(ckx.ciphertext) < 2 {
38 ciphertext := ckx.ciphertext
40 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
44 ciphertext = ckx.ciphertext[2:]
77 ckx := new(clientKeyExchangeMsg)
81 copy(ckx.ciphertext[2:], encrypted)
82 return preMasterSecret, ckx, nil
171 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
247 ckx := new(clientKeyExchangeMsg)
250 copy(ckx.ciphertext[1:], serialized)
[all …]
/dports/lang/gcc48/gcc-4.8.5/libgo/go/crypto/tls/
H A Dkey_agreement.go34 if len(ckx.ciphertext) < 2 {
38 ciphertext := ckx.ciphertext
40 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
44 ciphertext = ckx.ciphertext[2:]
77 ckx := new(clientKeyExchangeMsg)
81 copy(ckx.ciphertext[2:], encrypted)
82 return preMasterSecret, ckx, nil
171 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
247 ckx := new(clientKeyExchangeMsg)
250 copy(ckx.ciphertext[1:], serialized)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/tls/
H A Dkey_agreement.go49 if len(ckx.ciphertext) < 2 {
52 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
56 ciphertext := ckx.ciphertext[2:]
97 ckx := new(clientKeyExchangeMsg)
100 ckx.ciphertext[1] = byte(len(encrypted))
101 copy(ckx.ciphertext[2:], encrypted)
102 return preMasterSecret, ckx, nil
164 ckx *clientKeyExchangeMsg member
258 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
307 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/marten-seemann/qtls-go1-15/
H A Dkey_agreement.go30 if len(ckx.ciphertext) < 2 {
33 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
37 ciphertext := ckx.ciphertext[2:]
74 ckx := new(clientKeyExchangeMsg)
77 ckx.ciphertext[1] = byte(len(encrypted))
78 copy(ckx.ciphertext[2:], encrypted)
79 return preMasterSecret, ckx, nil
141 ckx *clientKeyExchangeMsg member
235 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
284 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/marten-seemann/qtls/
H A Dkey_agreement.go30 if len(ckx.ciphertext) < 2 {
33 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
37 ciphertext := ckx.ciphertext[2:]
74 ckx := new(clientKeyExchangeMsg)
77 ckx.ciphertext[1] = byte(len(encrypted))
78 copy(ckx.ciphertext[2:], encrypted)
79 return preMasterSecret, ckx, nil
141 ckx *clientKeyExchangeMsg member
235 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
284 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/marten-seemann/qtls-go1-16/
H A Dkey_agreement.go30 if len(ckx.ciphertext) < 2 {
33 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
37 ciphertext := ckx.ciphertext[2:]
74 ckx := new(clientKeyExchangeMsg)
77 ckx.ciphertext[1] = byte(len(encrypted))
78 copy(ckx.ciphertext[2:], encrypted)
79 return preMasterSecret, ckx, nil
141 ckx *clientKeyExchangeMsg member
235 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
284 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/crypto/tls/
H A Dkey_agreement.go30 if len(ckx.ciphertext) < 2 {
33 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
37 ciphertext := ckx.ciphertext[2:]
74 ckx := new(clientKeyExchangeMsg)
77 ckx.ciphertext[1] = byte(len(encrypted))
78 copy(ckx.ciphertext[2:], encrypted)
79 return preMasterSecret, ckx, nil
141 ckx *clientKeyExchangeMsg member
235 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
284 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/tls/
H A Dkey_agreement.go49 if len(ckx.ciphertext) < 2 {
52 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
56 ciphertext := ckx.ciphertext[2:]
97 ckx := new(clientKeyExchangeMsg)
100 ckx.ciphertext[1] = byte(len(encrypted))
101 copy(ckx.ciphertext[2:], encrypted)
102 return preMasterSecret, ckx, nil
164 ckx *clientKeyExchangeMsg member
258 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
307 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/crypto/tls/
H A Dkey_agreement.go30 if len(ckx.ciphertext) < 2 {
33 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
37 ciphertext := ckx.ciphertext[2:]
74 ckx := new(clientKeyExchangeMsg)
77 ckx.ciphertext[1] = byte(len(encrypted))
78 copy(ckx.ciphertext[2:], encrypted)
79 return preMasterSecret, ckx, nil
141 ckx *clientKeyExchangeMsg member
235 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
284 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/marten-seemann/qtls-go1-15/
H A Dkey_agreement.go30 if len(ckx.ciphertext) < 2 {
33 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
37 ciphertext := ckx.ciphertext[2:]
74 ckx := new(clientKeyExchangeMsg)
77 ckx.ciphertext[1] = byte(len(encrypted))
78 copy(ckx.ciphertext[2:], encrypted)
79 return preMasterSecret, ckx, nil
141 ckx *clientKeyExchangeMsg member
235 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
284 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/marten-seemann/qtls-go1-16/
H A Dkey_agreement.go30 if len(ckx.ciphertext) < 2 {
33 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
37 ciphertext := ckx.ciphertext[2:]
74 ckx := new(clientKeyExchangeMsg)
77 ckx.ciphertext[1] = byte(len(encrypted))
78 copy(ckx.ciphertext[2:], encrypted)
79 return preMasterSecret, ckx, nil
141 ckx *clientKeyExchangeMsg member
235 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
284 ka.ckx = new(clientKeyExchangeMsg)
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/crypto/tls/
H A Dkey_agreement.go30 if len(ckx.ciphertext) < 2 {
33 ciphertextLen := int(ckx.ciphertext[0])<<8 | int(ckx.ciphertext[1])
37 ciphertext := ckx.ciphertext[2:]
74 ckx := new(clientKeyExchangeMsg)
77 ckx.ciphertext[1] = byte(len(encrypted))
78 copy(ckx.ciphertext[2:], encrypted)
79 return preMasterSecret, ckx, nil
141 ckx *clientKeyExchangeMsg member
235 if len(ckx.ciphertext) == 0 || int(ckx.ciphertext[0]) != len(ckx.ciphertext)-1 {
284 ka.ckx = new(clientKeyExchangeMsg)
[all …]

12345678910>>...18