4d4e10 Apply patch libgcrypt-1.8.5-aes-perf.patch

Authored and Committed by Packit Service 3 years ago
48 files changed. 5395 lines added. 663 lines removed.
cipher/Makefile.am
file modified
+22 -1
cipher/arcfour.c
file modified
+5 -3
cipher/blowfish.c
file modified
+11 -7
cipher/bufhelp.h
file modified
+15 -1
cipher/camellia-glue.c
file modified
+11 -7
cipher/cast5.c
file modified
+12 -8
cipher/chacha20.c
file modified
+9 -7
cipher/cipher-aeswrap.c
file modified
+2 -2
cipher/cipher-cbc.c
file modified
+7 -6
cipher/cipher-ccm.c
file modified
+4 -3
cipher/cipher-cfb.c
file modified
+8 -8
cipher/cipher-cmac.c
file modified
+4 -4
cipher/cipher-ctr.c
file modified
+28 -18
cipher/cipher-gcm-intel-pclmul.c
file modified
+12 -9
cipher/cipher-gcm.c
file modified
+7 -7
cipher/cipher-internal.h
file modified
+166 -3
cipher/cipher-ocb.c
file modified
+43 -38
cipher/cipher-ofb.c
file modified
+1 -1
cipher/cipher-selftest.c
file modified
+3 -3
cipher/cipher-xts.c
file modified
+27 -8
cipher/cipher.c
file modified
+219 -241
cipher/des.c
file modified
+18 -8
cipher/gost28147.c
file modified
+4 -1
cipher/idea.c
file modified
+3 -1
cipher/rfc2268.c
file modified
+3 -1
cipher/rijndael-aesni.c
file modified
+334 -17
cipher/rijndael-armv8-aarch32-ce.S
file modified
+311 -0
cipher/rijndael-armv8-aarch64-ce.S
file modified
+280 -2
cipher/rijndael-armv8-ce.c
file modified
+62 -12
cipher/rijndael-internal.h
file modified
+24 -1
cipher/rijndael-ppc-common.h
file added
+342
cipher/rijndael-ppc-functions.h
file added
+2020
cipher/rijndael-ppc.c
file added
+259
cipher/rijndael-ppc9le.c
file added
+102
cipher/rijndael-ssse3-amd64.c
file modified
+45 -21
cipher/rijndael.c
file modified
+532 -181
cipher/salsa20.c
file modified
+7 -5
cipher/seed.c
file modified
+4 -3
cipher/serpent.c
file modified
+8 -4
cipher/twofish.c
file modified
+15 -12
configure.ac
file modified
+139 -0
src/Makefile.am
file modified
+1 -1
src/cipher-proto.h
file modified
+2 -1
src/cipher.h
file modified
+3 -0
src/g10lib.h
file modified
+3 -1
src/hwf-common.h
file modified
+1 -1
src/hwf-ppc.c
file added
+243
src/hwfeatures.c
file modified
+14 -5
    Apply patch libgcrypt-1.8.5-aes-perf.patch
    
    patch_name: libgcrypt-1.8.5-aes-perf.patch
    present_in_specfile: true
    
        
file modified
+22 -1
file modified
+5 -3
file modified
+11 -7
file modified
+15 -1
file modified
+11 -7
file modified
+12 -8
file modified
+9 -7
file modified
+2 -2
file modified
+7 -6
file modified
+4 -3
file modified
+8 -8
file modified
+4 -4
file modified
+28 -18
file modified
+7 -7
file modified
+166 -3
file modified
+43 -38
file modified
+1 -1
file modified
+3 -3
file modified
+27 -8
file modified
+219 -241
file modified
+18 -8
file modified
+4 -1
file modified
+3 -1
file modified
+3 -1
file modified
+334 -17
file modified
+62 -12
file modified
+24 -1
file added
+259
file modified
+45 -21
file modified
+532 -181
file modified
+7 -5
file modified
+4 -3
file modified
+8 -4
file modified
+15 -12
file modified
+139 -0
file modified
+1 -1
file modified
+2 -1
file modified
+3 -0
file modified
+3 -1
file modified
+1 -1
file added
+243
file modified
+14 -5