Home
last modified time | relevance | path

Searched defs:recordingConn (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/ssl/test/runner/
H A Drecordingconn.go46 type recordingConn struct { struct
47 net.Conn
48 sync.Mutex
49 flows []flow
50 isDatagram bool
51 local, peer string
67 func (r *recordingConn) Read(b []byte) (n int, err error) {
75 func (r *recordingConn) Write(b []byte) (n int, err error) {
84 func (r *recordingConn) LogSpecial(message string, data []byte) {
89 func (r *recordingConn) WriteTo(w io.Writer) {
[all …]
/dports/lang/mono/mono-5.10.1.57/external/boringssl/ssl/test/runner/
H A Drecordingconn.go46 type recordingConn struct { struct
47 net.Conn
48 sync.Mutex
49 flows []flow
50 isDatagram bool
51 local, peer string
67 func (r *recordingConn) Read(b []byte) (n int, err error) {
75 func (r *recordingConn) Write(b []byte) (n int, err error) {
84 func (r *recordingConn) LogSpecial(message string, data []byte) {
89 func (r *recordingConn) WriteTo(w io.Writer) {
[all …]
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/ssl/test/runner/
H A Drecordingconn.go46 type recordingConn struct { struct
47 net.Conn
48 sync.Mutex
49 flows []flow
50 isDatagram bool
51 local, peer string
67 func (r *recordingConn) Read(b []byte) (n int, err error) {
75 func (r *recordingConn) Write(b []byte) (n int, err error) {
84 func (r *recordingConn) LogSpecial(message string, data []byte) {
89 func (r *recordingConn) WriteTo(w io.Writer) {
[all …]
/dports/security/boringssl/boringssl-6a71840/ssl/test/runner/
H A Drecordingconn.go46 type recordingConn struct { struct
47 net.Conn
48 sync.Mutex
49 flows []flow
50 isDatagram bool
51 local, peer string
67 func (r *recordingConn) Read(b []byte) (n int, err error) {
75 func (r *recordingConn) Write(b []byte) (n int, err error) {
84 func (r *recordingConn) LogSpecial(message string, data []byte) {
89 func (r *recordingConn) WriteTo(w io.Writer) {
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/tls/
H A Dhandshake_test.go43 type recordingConn struct { struct
44 net.Conn
45 sync.Mutex
46 flows [][]byte
47 reading bool
50 func (r *recordingConn) Read(b []byte) (n int, err error) {
70 func (r *recordingConn) Write(b []byte) (n int, err error) {
91 func (r *recordingConn) WriteTo(w io.Writer) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/crypto/tls/
H A Dhandshake_test.go43 type recordingConn struct { struct
44 net.Conn
45 sync.Mutex
46 flows [][]byte
47 reading bool
50 func (r *recordingConn) Read(b []byte) (n int, err error) {
70 func (r *recordingConn) Write(b []byte) (n int, err error) {
91 func (r *recordingConn) WriteTo(w io.Writer) {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/crypto/tls/
H A Dhandshake_test.go43 type recordingConn struct { struct
44 net.Conn
45 sync.Mutex
46 flows [][]byte
47 reading bool
50 func (r *recordingConn) Read(b []byte) (n int, err error) {
70 func (r *recordingConn) Write(b []byte) (n int, err error) {
91 func (r *recordingConn) WriteTo(w io.Writer) {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/scan/crypto/tls/
H A Dhandshake_test.go43 type recordingConn struct { struct
44 net.Conn
45 sync.Mutex
46 flows [][]byte
47 reading bool
50 func (r *recordingConn) Read(b []byte) (n int, err error) {
70 func (r *recordingConn) Write(b []byte) (n int, err error) {
91 func (r *recordingConn) WriteTo(w io.Writer) {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/crypto/tls/
H A Dhandshake_test.go90 type recordingConn struct { struct
91 net.Conn
92 sync.Mutex
93 flows [][]byte
94 reading bool
97 func (r *recordingConn) Read(b []byte) (n int, err error) {
117 func (r *recordingConn) Write(b []byte) (n int, err error) {
138 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/crypto/tls/
H A Dhandshake_test.go90 type recordingConn struct { struct
91 net.Conn
92 sync.Mutex
93 flows [][]byte
94 reading bool
97 func (r *recordingConn) Read(b []byte) (n int, err error) {
117 func (r *recordingConn) Write(b []byte) (n int, err error) {
138 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/tls/
H A Dhandshake_test.go90 type recordingConn struct { struct
91 net.Conn
92 sync.Mutex
93 flows [][]byte
94 reading bool
97 func (r *recordingConn) Read(b []byte) (n int, err error) {
117 func (r *recordingConn) Write(b []byte) (n int, err error) {
138 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/crypto/tls/
H A Dhandshake_test.go90 type recordingConn struct { struct
91 net.Conn
92 sync.Mutex
93 flows [][]byte
94 reading bool
97 func (r *recordingConn) Read(b []byte) (n int, err error) {
117 func (r *recordingConn) Write(b []byte) (n int, err error) {
138 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/crypto/tls/
H A Dhandshake_test.go90 type recordingConn struct { struct
91 net.Conn
92 sync.Mutex
93 flows [][]byte
94 reading bool
97 func (r *recordingConn) Read(b []byte) (n int, err error) {
117 func (r *recordingConn) Write(b []byte) (n int, err error) {
138 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/tls/
H A Dhandshake_test.go90 type recordingConn struct { struct
91 net.Conn
92 sync.Mutex
93 flows [][]byte
94 reading bool
97 func (r *recordingConn) Read(b []byte) (n int, err error) {
117 func (r *recordingConn) Write(b []byte) (n int, err error) {
138 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/crypto/tls/
H A Dhandshake_test.go90 type recordingConn struct { struct
91 net.Conn
92 sync.Mutex
93 flows [][]byte
94 reading bool
97 func (r *recordingConn) Read(b []byte) (n int, err error) {
117 func (r *recordingConn) Write(b []byte) (n int, err error) {
138 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {
/dports/security/meek/meek-0.35.0/vendor/github.com/refraction-networking/utls/
H A Dhandshake_test.go91 type recordingConn struct { struct
92 net.Conn
93 sync.Mutex
94 flows [][]byte
95 reading bool
98 func (r *recordingConn) Read(b []byte) (n int, err error) {
118 func (r *recordingConn) Write(b []byte) (n int, err error) {
139 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/crypto/tls/
H A Dhandshake_test.go91 type recordingConn struct { struct
92 net.Conn
93 sync.Mutex
94 flows [][]byte
95 reading bool
98 func (r *recordingConn) Read(b []byte) (n int, err error) {
118 func (r *recordingConn) Write(b []byte) (n int, err error) {
139 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/refraction-networking/utls/
H A Dhandshake_test.go91 type recordingConn struct { struct
92 net.Conn
93 sync.Mutex
94 flows [][]byte
95 reading bool
98 func (r *recordingConn) Read(b []byte) (n int, err error) {
118 func (r *recordingConn) Write(b []byte) (n int, err error) {
139 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/crypto/tls/
H A Dhandshake_test.go91 type recordingConn struct { struct
92 net.Conn
93 sync.Mutex
94 flows [][]byte
95 reading bool
98 func (r *recordingConn) Read(b []byte) (n int, err error) {
118 func (r *recordingConn) Write(b []byte) (n int, err error) {
139 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gitlab.com/yawning/utls.git/
H A Dhandshake_test.go91 type recordingConn struct { struct
92 net.Conn
93 sync.Mutex
94 flows [][]byte
95 reading bool
98 func (r *recordingConn) Read(b []byte) (n int, err error) {
118 func (r *recordingConn) Write(b []byte) (n int, err error) {
139 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/gitlab.com/yawning/utls.git/
H A Dhandshake_test.go91 type recordingConn struct { struct
92 net.Conn
93 sync.Mutex
94 flows [][]byte
95 reading bool
98 func (r *recordingConn) Read(b []byte) (n int, err error) {
118 func (r *recordingConn) Write(b []byte) (n int, err error) {
139 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/gitlab.com/yawning/utls.git/
H A Dhandshake_test.go91 type recordingConn struct { struct
92 net.Conn
93 sync.Mutex
94 flows [][]byte
95 reading bool
98 func (r *recordingConn) Read(b []byte) (n int, err error) {
118 func (r *recordingConn) Write(b []byte) (n int, err error) {
139 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/marten-seemann/qtls/
H A Dhandshake_test.go91 type recordingConn struct { struct
92 net.Conn
93 sync.Mutex
94 flows [][]byte
95 reading bool
98 func (r *recordingConn) Read(b []byte) (n int, err error) {
118 func (r *recordingConn) Write(b []byte) (n int, err error) {
139 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/crypto/tls/
H A Dhandshake_test.go91 type recordingConn struct { struct
92 net.Conn
93 sync.Mutex
94 flows [][]byte
95 reading bool
98 func (r *recordingConn) Read(b []byte) (n int, err error) {
118 func (r *recordingConn) Write(b []byte) (n int, err error) {
139 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/tls/
H A Dhandshake_test.go98 type recordingConn struct { struct
99 net.Conn
100 sync.Mutex
101 flows [][]byte
102 reading bool
105 func (r *recordingConn) Read(b []byte) (n int, err error) {
125 func (r *recordingConn) Write(b []byte) (n int, err error) {
146 func (r *recordingConn) WriteTo(w io.Writer) (int64, error) {

123