Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Drecordingconn.go46 type recordingConn struct { struct
54 func (r *recordingConn) appendFlow(flowType flowType, message string, data []byte) { argument
67 func (r *recordingConn) Read(b []byte) (n int, err error) { argument
75 func (r *recordingConn) Write(b []byte) (n int, err error) { argument
84 func (r *recordingConn) LogSpecial(message string, data []byte) { argument
89 func (r *recordingConn) WriteTo(w io.Writer) { argument
109 func (r *recordingConn) Transcript() []byte { argument
Dpacket_adapter.go31 debug *recordingConn
Drunner.go723 connDebug := &recordingConn{