Home | History | Annotate | Download | only in tls

Lines Matching refs:ConnectionState

316 func testHandshake(clientConfig, serverConfig *Config) (serverState, clientState ConnectionState, err error) {
322 clientState = cli.ConnectionState()
329 serverState = server.ConnectionState()
488 // ConnectionState of the resulting connection. It returns false if the
489 // ConnectionState is unacceptable.
490 validate func(ConnectionState) error
589 connStateChan := make(chan ConnectionState, 1)
605 connStateChan <- server.ConnectionState()
782 validate: func(state ConnectionState) error {
803 validate: func(state ConnectionState) error {
1218 cs := hs.c.ConnectionState()