Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Drecordingconn.go32 type recordingConn struct { struct
33 net.Conn
34 sync.Mutex
35 flows []flow
36 isDatagram bool
37 local, peer string
40 func (r *recordingConn) appendFlow(flowType flowType, message string, data []byte) {
53 func (r *recordingConn) Read(b []byte) (n int, err error) {
61 func (r *recordingConn) Write(b []byte) (n int, err error) {
70 func (r *recordingConn) LogSpecial(message string, data []byte) {
[all …]