func github.com/refraction-networking/utls/internal/byteorder.BEPutUint64

3 uses

	github.com/refraction-networking/utls/internal/byteorder (current package)
		byteorder.go#L126: func BEPutUint64(b []byte, v uint64) {

	github.com/refraction-networking/utls/internal/hpke
		hpke.go#L330: 	byteorder.BEPutUint64(b[0:], u.hi)
		hpke.go#L331: 	byteorder.BEPutUint64(b[8:], u.lo)