Lines Matching full:expectations
312 // TODO(davidben): move all per-connection expectations into a dedicated
313 // expectations struct that can be specified separately for the two
2286 // expectations. The cipher suite that the server selects must match
2290 // expectations is a map from TLS version to cipher suite id.
2291 expectations map[uint16]uint16
2348 for version, expectedCipherSuite := range test.expectations {