Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fixes from Herbert Xu: - Fix compiler warnings in inside-secure - Fix LS1021A support in caam - Avoid using RBP in x86 crypto code - Fix bug in talitos that prevents hashing with algif - Fix bugs talitos hashing code that cause incorrect hash result - Fix memory freeing path bug in drbg - Fix af_alg crash when two SG lists are chained * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: af_alg - update correct dst SGL entry crypto: caam - fix LS1021A support on ARMv7 multiplatform kernel crypto: inside-secure - fix gcc-4.9 warnings crypto: talitos - Don't provide setkey for non hmac hashing algs crypto: talitos - fix hashing crypto: talitos - fix sha224 crypto: x86/twofish - Fix RBP usage crypto: sha512-avx2 - Fix RBP usage crypto: x86/sha256-ssse3 - Fix RBP usage crypto: x86/sha256-avx2 - Fix RBP usage crypto: x86/sha256-avx - Fix RBP usage crypto: x86/sha1-ssse3 - Fix RBP usage crypto: x86/sha1-avx2 - Fix RBP usage crypto: x86/des3_ede - Fix RBP usage crypto: x86/cast6 - Fix RBP usage crypto: x86/cast5 - Fix RBP usage crypto: x86/camellia - Fix RBP usage crypto: x86/blowfish - Fix RBP usage crypto: drbg - fix freeing of resources
Showing
- arch/x86/crypto/blowfish-x86_64-asm_64.S 26 additions, 22 deletionsarch/x86/crypto/blowfish-x86_64-asm_64.S
- arch/x86/crypto/camellia-x86_64-asm_64.S 13 additions, 13 deletionsarch/x86/crypto/camellia-x86_64-asm_64.S
- arch/x86/crypto/cast5-avx-x86_64-asm_64.S 30 additions, 17 deletionsarch/x86/crypto/cast5-avx-x86_64-asm_64.S
- arch/x86/crypto/cast6-avx-x86_64-asm_64.S 34 additions, 16 deletionsarch/x86/crypto/cast6-avx-x86_64-asm_64.S
- arch/x86/crypto/des3_ede-asm_64.S 9 additions, 6 deletionsarch/x86/crypto/des3_ede-asm_64.S
- arch/x86/crypto/sha1_avx2_x86_64_asm.S 1 addition, 3 deletionsarch/x86/crypto/sha1_avx2_x86_64_asm.S
- arch/x86/crypto/sha1_ssse3_asm.S 5 additions, 6 deletionsarch/x86/crypto/sha1_ssse3_asm.S
- arch/x86/crypto/sha256-avx-asm.S 7 additions, 8 deletionsarch/x86/crypto/sha256-avx-asm.S
- arch/x86/crypto/sha256-avx2-asm.S 7 additions, 15 deletionsarch/x86/crypto/sha256-avx2-asm.S
- arch/x86/crypto/sha256-ssse3-asm.S 7 additions, 8 deletionsarch/x86/crypto/sha256-ssse3-asm.S
- arch/x86/crypto/sha512-avx2-asm.S 39 additions, 36 deletionsarch/x86/crypto/sha512-avx2-asm.S
- arch/x86/crypto/twofish-avx-x86_64-asm_64.S 6 additions, 6 deletionsarch/x86/crypto/twofish-avx-x86_64-asm_64.S
- crypto/af_alg.c 2 additions, 2 deletionscrypto/af_alg.c
- crypto/drbg.c 4 additions, 4 deletionscrypto/drbg.c
- drivers/crypto/caam/Kconfig 1 addition, 4 deletionsdrivers/crypto/caam/Kconfig
- drivers/crypto/caam/ctrl.c 10 additions, 9 deletionsdrivers/crypto/caam/ctrl.c
- drivers/crypto/caam/regs.h 28 additions, 31 deletionsdrivers/crypto/caam/regs.h
- drivers/crypto/inside-secure/safexcel_cipher.c 1 addition, 1 deletiondrivers/crypto/inside-secure/safexcel_cipher.c
- drivers/crypto/inside-secure/safexcel_hash.c 1 addition, 1 deletiondrivers/crypto/inside-secure/safexcel_hash.c
- drivers/crypto/talitos.c 5 additions, 4 deletionsdrivers/crypto/talitos.c
Please register or sign in to comment