const crypto/tls.alertInternalError

46 uses

	crypto/tls (current package)
		alert.go#L38: 	alertInternalError                alert = 80
		alert.go#L74: 	alertInternalError:                "internal error",
		conn.go#L202: 		return alertInternalError
		conn.go#L1016: 		c.sendAlertLocked(alertInternalError)
		conn.go#L1123: 		return 0, alertInternalError
		conn.go#L1185: 		c.sendAlert(alertInternalError)
		conn.go#L1231: 		return c.in.setErrorLocked(c.sendAlert(alertInternalError))
		handshake_client.go#L545: 			c.sendAlert(alertInternalError)
		handshake_client.go#L576: 		c.sendAlert(alertInternalError)
		handshake_client.go#L591: 			c.sendAlert(alertInternalError)
		handshake_client.go#L605: 				return c.sendAlert(alertInternalError)
		handshake_client.go#L624: 			c.sendAlert(alertInternalError)
		handshake_client.go#L636: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L51: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L224: 			c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L229: 			c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L240: 			return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L322: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L326: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L367: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L372: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L483: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L533: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L538: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L592: 		return c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L602: 		c.sendAlert(alertInternalError)
		handshake_client_tls13.go#L659: 		return c.sendAlert(alertInternalError)
		handshake_server.go#L143: 			c.sendAlert(alertInternalError)
		handshake_server.go#L201: 		c.sendAlert(alertInternalError)
		handshake_server.go#L228: 			c.sendAlert(alertInternalError)
		handshake_server.go#L256: 			c.sendAlert(alertInternalError)
		handshake_server.go#L265: 			c.sendAlert(alertInternalError)
		handshake_server.go#L598: 		c.sendAlert(alertInternalError)
		handshake_server.go#L628: 				return c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L127: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L220: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L225: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L312: 			c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L382: 			c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L557: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L562: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L628: 		return c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L643: 			c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L682: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L687: 		c.sendAlert(alertInternalError)
		handshake_server_tls13.go#L825: 			return c.sendAlert(alertInternalError)