crypto/tls.Conn.connectionStateLocked (method)

9 uses

	crypto/tls (current package)
		conn.go#L1411: 	return c.connectionStateLocked()
		conn.go#L1414: func (c *Conn) connectionStateLocked() ConnectionState {
		handshake_client.go#L409: 			if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
		handshake_client.go#L872: 		if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
		handshake_client_tls13.go#L422: 			if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
		handshake_server.go#L446: 		if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
		handshake_server.go#L577: 		if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
		handshake_server_tls13.go#L772: 			if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {
		handshake_server_tls13.go#L800: 		if err := c.config.VerifyConnection(c.connectionStateLocked()); err != nil {