Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Drecordingconn.go46 type recordingConn struct { struct
47 net.Conn
48 sync.Mutex
49 flows []flow
50 isDatagram bool
51 local, peer string
54 func (r *recordingConn) appendFlow(flowType flowType, message string, data []byte) {
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) {
[all …]