From 3ed38e42f619cf308f789cd6f9cde4b9938da90d Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 9 Aug 2018 08:09:13 -0400 Subject: Add POWER8 GCM mode (GH #698) GCM_SetKeyWithoutResync_VMULL, GCM_Multiply_VMULL and GCM_Reduce_VMULL work as expected on Linux (ppc64-le) and AIX (ppc64-be). We are still working on GCM_AuthenticateBlocks_VMULL. --- validat1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'validat1.cpp') diff --git a/validat1.cpp b/validat1.cpp index 2bbc51f0..b6f2f65a 100644 --- a/validat1.cpp +++ b/validat1.cpp @@ -1186,7 +1186,7 @@ bool TestAltivecOps() //********** Extraction **********// bool pass3=true; - + uint8x16_p ex1 = {0x1f,0x1e,0x1d,0x1c, 0x1b,0x1a,0x19,0x18, 0x17,0x16,0x15,0x14, 0x13,0x12,0x11,0x10}; uint8x16_p ex2 = {0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00, -- cgit v1.2.1