crypto/tls.Conn.handshakeStatus (field)

7 uses

	crypto/tls (current package)
		conn.go#L35: 	handshakeStatus uint32
		conn.go#L1192: 	atomic.StoreUint32(&c.handshakeStatus, 0)
		conn.go#L1470: 	return atomic.LoadUint32(&c.handshakeStatus) == 1
		handshake_client.go#L443: 	atomic.StoreUint32(&c.handshakeStatus, 1)
		handshake_client_tls13.go#L101: 	atomic.StoreUint32(&c.handshakeStatus, 1)
		handshake_server.go#L121: 	atomic.StoreUint32(&c.handshakeStatus, 1)
		handshake_server_tls13.go#L78: 	atomic.StoreUint32(&c.handshakeStatus, 1)