(t *testing.T)
| 324 | } |
| 325 | |
| 326 | func (s) TestWriteLargeData(t *testing.T) { |
| 327 | for _, rp := range recordProtocols { |
| 328 | testWriteLargeData(t, rp) |
| 329 | } |
| 330 | } |
| 331 | |
| 332 | func testProtectedBuffer(t *testing.T, rp string) { |
| 333 | key := []byte{ |
nothing calls this directly
no test coverage detected