summarylogtreecommitdiffstats
path: root/01-aegis-crypto.patch
blob: 636d40f528a96a52f6fbba61276a0e05dafbe852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- linux-odroid-5.8.y/crypto/aegis128-neon-inner.c	2020-09-28 09:14:15.000000000 +0200
+++ src/linux-odroid-5.8.y/crypto/aegis128-neon-inner.c	2020-09-29 11:51:49.982822079 +0200
@@ -148,8 +148,8 @@
 		kiv,
 		vld1q_u8(const1),
 		vld1q_u8(const0),
-		k ^ vld1q_u8(const0),
-		k ^ vld1q_u8(const1),
+		(uint8x16_t) (k ^ vld1q_u8(const0)),
+		(uint8x16_t) (k ^ vld1q_u8(const1)),
 	}};
 	int i;