const google.golang.org/grpc/credentials/alts/internal/conn.sizeUint64

7 uses

	google.golang.org/grpc/credentials/alts/internal/conn (current package)
		aeadrekey.go#L106: 	nonce1 := binary.LittleEndian.Uint64(nonce[:sizeUint64])
		aeadrekey.go#L107: 	nonce2 := binary.LittleEndian.Uint32(nonce[sizeUint64:])
		aeadrekey.go#L108: 	mask1 := binary.LittleEndian.Uint64(mask[:sizeUint64])
		aeadrekey.go#L109: 	mask2 := binary.LittleEndian.Uint32(mask[sizeUint64:])
		aeadrekey.go#L110: 	binary.LittleEndian.PutUint64(dst[:sizeUint64], nonce1^mask1)
		aeadrekey.go#L111: 	binary.LittleEndian.PutUint32(dst[sizeUint64:], nonce2^mask2)
		aes128gcmrekey.go#L36: 	sizeUint64                = 8