Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto update from Herbert Xu: "Here is the crypto update for 3.20: - Added 192/256-bit key support to aesni GCM. - Added MIPS OCTEON MD5 support. - Fixed hwrng starvation and race conditions. - Added note that memzero_explicit is not a subsitute for memset. - Added user-space interface for crypto_rng. - Misc fixes" * git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (71 commits) crypto: tcrypt - do not allocate iv on stack for aead speed tests crypto: testmgr - limit IV copy length in aead tests crypto: tcrypt - fix buflen reminder calculation crypto: testmgr - mark rfc4106(gcm(aes)) as fips_allowed crypto: caam - fix resource clean-up on error path for caam_jr_init crypto: caam - pair irq map and dispose in the same function crypto: ccp - terminate ccp_support array with empty element crypto: caam - remove unused local variable crypto: caam - remove dead code crypto: caam - don't emit ICV check failures to dmesg hwrng: virtio - drop extra empty line crypto: replace scatterwalk_sg_next with sg_next crypto: atmel - Free memory in error path crypto: doc - remove colons in comments crypto: seqiv - Ensure that IV size is at least 8 bytes crypto: cts - Weed out non-CBC algorithms MAINTAINERS: add linux-crypto to hw random crypto: cts - Remove bogus use of seqiv crypto: qat - don't need qat_auth_state struct crypto: algif_rng - fix sparse non static symbol warning ...
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- arch/mips/cavium-octeon/Makefile 1 addition, 0 deletionsarch/mips/cavium-octeon/Makefile
- arch/mips/cavium-octeon/crypto/Makefile 7 additions, 0 deletionsarch/mips/cavium-octeon/crypto/Makefile
- arch/mips/cavium-octeon/crypto/octeon-crypto.c 66 additions, 0 deletionsarch/mips/cavium-octeon/crypto/octeon-crypto.c
- arch/mips/cavium-octeon/crypto/octeon-crypto.h 75 additions, 0 deletionsarch/mips/cavium-octeon/crypto/octeon-crypto.h
- arch/mips/cavium-octeon/crypto/octeon-md5.c 216 additions, 0 deletionsarch/mips/cavium-octeon/crypto/octeon-md5.c
- arch/mips/cavium-octeon/executive/octeon-model.c 6 additions, 0 deletionsarch/mips/cavium-octeon/executive/octeon-model.c
- arch/mips/include/asm/octeon/octeon-feature.h 15 additions, 2 deletionsarch/mips/include/asm/octeon/octeon-feature.h
- arch/mips/include/asm/octeon/octeon.h 0 additions, 5 deletionsarch/mips/include/asm/octeon/octeon.h
- arch/sparc/crypto/aes_glue.c 1 addition, 1 deletionarch/sparc/crypto/aes_glue.c
- arch/sparc/crypto/camellia_glue.c 1 addition, 1 deletionarch/sparc/crypto/camellia_glue.c
- arch/sparc/crypto/des_glue.c 1 addition, 0 deletionsarch/sparc/crypto/des_glue.c
- arch/sparc/crypto/md5_glue.c 1 addition, 1 deletionarch/sparc/crypto/md5_glue.c
- arch/x86/crypto/aesni-intel_asm.S 177 additions, 166 deletionsarch/x86/crypto/aesni-intel_asm.S
- arch/x86/crypto/aesni-intel_glue.c 28 additions, 6 deletionsarch/x86/crypto/aesni-intel_glue.c
- arch/x86/crypto/des3_ede_glue.c 0 additions, 2 deletionsarch/x86/crypto/des3_ede_glue.c
- crypto/Kconfig 18 additions, 0 deletionscrypto/Kconfig
- crypto/Makefile 1 addition, 0 deletionscrypto/Makefile
- crypto/ablkcipher.c 5 additions, 2 deletionscrypto/ablkcipher.c
- crypto/aead.c 2 additions, 1 deletioncrypto/aead.c
Loading
Please register or sign in to comment