Home
last modified time | relevance | path

Searched refs:encryptedExtensionsMsg (Results 26 – 50 of 245) sorted by relevance

12345678910

/dports/lang/gcc9/gcc-9.4.0/libgo/go/crypto/tls/
H A Dhandshake_messages_test.go33 &encryptedExtensionsMsg{},
256 func (*encryptedExtensionsMsg) Generate(rand *rand.Rand, size int) reflect.Value {
257 m := &encryptedExtensionsMsg{}
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gitlab.com/yawning/utls.git/
H A Dhandshake_messages_test.go33 &encryptedExtensionsMsg{},
256 func (*encryptedExtensionsMsg) Generate(rand *rand.Rand, size int) reflect.Value {
257 m := &encryptedExtensionsMsg{}
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/gitlab.com/yawning/utls.git/
H A Dhandshake_messages_test.go33 &encryptedExtensionsMsg{},
256 func (*encryptedExtensionsMsg) Generate(rand *rand.Rand, size int) reflect.Value {
257 m := &encryptedExtensionsMsg{}
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/marten-seemann/qtls/
H A Dhandshake_messages_test.go32 &encryptedExtensionsMsg{},
252 func (*encryptedExtensionsMsg) Generate(rand *rand.Rand, size int) reflect.Value {
253 m := &encryptedExtensionsMsg{}
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/gitlab.com/yawning/utls.git/
H A Dhandshake_messages_test.go33 &encryptedExtensionsMsg{},
256 func (*encryptedExtensionsMsg) Generate(rand *rand.Rand, size int) reflect.Value {
257 m := &encryptedExtensionsMsg{}
/dports/net/storj/storj-1.45.3/vendor/github.com/marten-seemann/qtls-go1-16/
H A Dhandshake_messages_test.go32 &encryptedExtensionsMsg{},
252 func (*encryptedExtensionsMsg) Generate(rand *rand.Rand, size int) reflect.Value {
253 m := &encryptedExtensionsMsg{}
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/marten-seemann/qtls/
H A Dhandshake_messages_test.go33 &encryptedExtensionsMsg{},
262 func (*encryptedExtensionsMsg) Generate(rand *rand.Rand, size int) reflect.Value {
263 m := &encryptedExtensionsMsg{}
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/crypto/tls/
H A Dhandshake_messages_test.go33 &encryptedExtensionsMsg{},
256 func (*encryptedExtensionsMsg) Generate(rand *rand.Rand, size int) reflect.Value {
257 m := &encryptedExtensionsMsg{}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/ssl/test/runner/
H A Dhandshake_messages.go1202 type encryptedExtensionsMsg struct { struct
1208 func (m *encryptedExtensionsMsg) marshal() []byte { argument
1213 encryptedExtensionsMsg := newByteBuilder()
1214 encryptedExtensionsMsg.addU8(typeEncryptedExtensions)
1215 encryptedExtensions := encryptedExtensionsMsg.addU24LengthPrefixed()
1221 m.raw = encryptedExtensionsMsg.finish()
1225 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/ssl/test/runner/
H A Dhandshake_messages.go1297 type encryptedExtensionsMsg struct { struct
1303 func (m *encryptedExtensionsMsg) marshal() []byte { argument
1308 encryptedExtensionsMsg := newByteBuilder()
1309 encryptedExtensionsMsg.addU8(typeEncryptedExtensions)
1310 encryptedExtensions := encryptedExtensionsMsg.addU24LengthPrefixed()
1316 m.raw = encryptedExtensionsMsg.finish()
1320 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
/dports/security/boringssl/boringssl-6a71840/ssl/test/runner/
H A Dhandshake_messages.go1171 type encryptedExtensionsMsg struct { struct
1177 func (m *encryptedExtensionsMsg) marshal() []byte { argument
1182 encryptedExtensionsMsg := newByteBuilder()
1183 encryptedExtensionsMsg.addU8(typeEncryptedExtensions)
1184 encryptedExtensions := encryptedExtensionsMsg.addU24LengthPrefixed()
1190 m.raw = encryptedExtensionsMsg.finish()
1194 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/tls/
H A Dhandshake_messages.go842 type encryptedExtensionsMsg struct { struct
847 func (m *encryptedExtensionsMsg) marshal() []byte { argument
873 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
874 *m = encryptedExtensionsMsg{raw: data}
/dports/lang/gcc10/gcc-10.3.0/libgo/go/crypto/tls/
H A Dhandshake_messages.go842 type encryptedExtensionsMsg struct { struct
847 func (m *encryptedExtensionsMsg) marshal() []byte { argument
873 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
874 *m = encryptedExtensionsMsg{raw: data}
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/tls/
H A Dhandshake_messages.go841 type encryptedExtensionsMsg struct { struct
846 func (m *encryptedExtensionsMsg) marshal() []byte { argument
872 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
873 *m = encryptedExtensionsMsg{raw: data}
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/crypto/tls/
H A Dhandshake_messages.go842 type encryptedExtensionsMsg struct { struct
847 func (m *encryptedExtensionsMsg) marshal() []byte { argument
873 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
874 *m = encryptedExtensionsMsg{raw: data}
/dports/lang/gcc11/gcc-11.2.0/libgo/go/crypto/tls/
H A Dhandshake_messages.go842 type encryptedExtensionsMsg struct { struct
847 func (m *encryptedExtensionsMsg) marshal() []byte { argument
873 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
874 *m = encryptedExtensionsMsg{raw: data}
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/crypto/tls/
H A Dhandshake_messages.go842 type encryptedExtensionsMsg struct { struct
847 func (m *encryptedExtensionsMsg) marshal() []byte { argument
873 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
874 *m = encryptedExtensionsMsg{raw: data}
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/xtls/go/
H A Dhandshake_messages.go842 type encryptedExtensionsMsg struct { struct
847 func (m *encryptedExtensionsMsg) marshal() []byte { argument
873 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
874 *m = encryptedExtensionsMsg{raw: data}
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/crypto/tls/
H A Dhandshake_messages.go842 type encryptedExtensionsMsg struct { struct
847 func (m *encryptedExtensionsMsg) marshal() []byte { argument
873 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
874 *m = encryptedExtensionsMsg{raw: data}
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/crypto/tls/
H A Dhandshake_messages.go842 type encryptedExtensionsMsg struct { struct
847 func (m *encryptedExtensionsMsg) marshal() []byte { argument
873 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
874 *m = encryptedExtensionsMsg{raw: data}
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/crypto/tls/
H A Dhandshake_messages.go842 type encryptedExtensionsMsg struct { struct
847 func (m *encryptedExtensionsMsg) marshal() []byte { argument
873 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
874 *m = encryptedExtensionsMsg{raw: data}
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/marten-seemann/qtls-go1-15/
H A Dhandshake_messages.go849 type encryptedExtensionsMsg struct { struct
857 func (m *encryptedExtensionsMsg) marshal() []byte { argument
894 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
895 *m = encryptedExtensionsMsg{raw: data}
/dports/net/storj/storj-1.45.3/vendor/github.com/marten-seemann/qtls-go1-17/
H A Dhandshake_messages.go849 type encryptedExtensionsMsg struct { struct
857 func (m *encryptedExtensionsMsg) marshal() []byte { argument
894 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
895 *m = encryptedExtensionsMsg{raw: data}
/dports/security/meek/meek-0.35.0/vendor/github.com/refraction-networking/utls/
H A Dhandshake_messages.go865 type encryptedExtensionsMsg struct { struct
870 func (m *encryptedExtensionsMsg) marshal() []byte { argument
896 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
897 *m = encryptedExtensionsMsg{raw: data}
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/marten-seemann/qtls-go1-15/
H A Dhandshake_messages.go849 type encryptedExtensionsMsg struct { struct
857 func (m *encryptedExtensionsMsg) marshal() []byte { argument
894 func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool { argument
895 *m = encryptedExtensionsMsg{raw: data}

12345678910