Home | History | Annotate | Download | only in tls

Lines Matching defs:Read

32 func (zeroSource) Read(b []byte) (n int, err error) {
213 n, err := c.Read(buf)
215 t.Errorf("Server read returned error: %s", err)
624 t.Fatalf("%s #%d: mismatch on read: got:%x want:%x", test.name, i+1, bb, b)
1039 b.Fatalf("#%d: mismatch on read: got:%x want:%x", i+1, ff, f)