-
- Downloads
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto update from Herbert Xu: "API: - Add support for cipher output IVs in testmgr - Add missing crypto_ahash_blocksize helper - Mark authenc and des ciphers as not allowed under FIPS. Algorithms: - Add CRC support to 842 compression - Add keywrap algorithm - A number of changes to the akcipher interface: + Separate functions for setting public/private keys. + Use SG lists. Drivers: - Add Intel SHA Extension optimised SHA1 and SHA256 - Use dma_map_sg instead of custom functions in crypto drivers - Add support for STM32 RNG - Add support for ST RNG - Add Device Tree support to exynos RNG driver - Add support for mxs-dcp crypto device on MX6SL - Add xts(aes) support to caam - Add ctr(aes) and xts(aes) support to qat - A large set of fixes from Russell King for the marvell/cesa driver" * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (115 commits) crypto: asymmetric_keys - Fix unaligned access in x509_get_sig_params() crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't used hwrng: exynos - Add Device Tree support hwrng: exynos - Fix missing configuration after suspend to RAM hwrng: exynos - Add timeout for waiting on init done dt-bindings: rng: Describe Exynos4 PRNG bindings crypto: marvell/cesa - use __le32 for hardware descriptors crypto: marvell/cesa - fix missing cpu_to_le32() in mv_cesa_dma_add_op() crypto: marvell/cesa - use memcpy_fromio()/memcpy_toio() crypto: marvell/cesa - use gfp_t for gfp flags crypto: marvell/cesa - use dma_addr_t for cur_dma crypto: marvell/cesa - use readl_relaxed()/writel_relaxed() crypto: caam - fix indentation of close braces crypto: caam - only export the state we really need to export crypto: caam - fix non-block aligned hash calculation crypto: caam - avoid needlessly saving and restoring caam_hash_ctx crypto: caam - print errno code when hash registration fails crypto: marvell/cesa - fix memory leak crypto: marvell/cesa - fix first-fragment handling in mv_cesa_ahash_dma_last_req() crypto: marvell/cesa - rearrange handling for sw padded hashes ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/rng/samsung,exynos-rng4.txt 17 additions, 0 deletions...mentation/devicetree/bindings/rng/samsung,exynos-rng4.txt
- Documentation/devicetree/bindings/rng/st,rng.txt 15 additions, 0 deletionsDocumentation/devicetree/bindings/rng/st,rng.txt
- Documentation/devicetree/bindings/rng/st,stm32-rng.txt 21 additions, 0 deletionsDocumentation/devicetree/bindings/rng/st,stm32-rng.txt
- Documentation/hw_random.txt 4 additions, 4 deletionsDocumentation/hw_random.txt
- MAINTAINERS 8 additions, 0 deletionsMAINTAINERS
- arch/arm/boot/dts/stih407-family.dtsi 14 additions, 0 deletionsarch/arm/boot/dts/stih407-family.dtsi
- arch/arm/boot/dts/stm32f429.dtsi 7 additions, 0 deletionsarch/arm/boot/dts/stm32f429.dtsi
- arch/s390/crypto/sha.h 1 addition, 1 deletionarch/s390/crypto/sha.h
- arch/x86/Makefile 4 additions, 2 deletionsarch/x86/Makefile
- arch/x86/crypto/Makefile 8 additions, 0 deletionsarch/x86/crypto/Makefile
- arch/x86/crypto/crc32c-pcl-intel-asm_64.S 1 addition, 1 deletionarch/x86/crypto/crc32c-pcl-intel-asm_64.S
- arch/x86/crypto/sha1_ni_asm.S 302 additions, 0 deletionsarch/x86/crypto/sha1_ni_asm.S
- arch/x86/crypto/sha1_ssse3_glue.c 250 additions, 64 deletionsarch/x86/crypto/sha1_ssse3_glue.c
- arch/x86/crypto/sha256_ni_asm.S 353 additions, 0 deletionsarch/x86/crypto/sha256_ni_asm.S
- arch/x86/crypto/sha256_ssse3_glue.c 284 additions, 45 deletionsarch/x86/crypto/sha256_ssse3_glue.c
- arch/x86/crypto/sha512_ssse3_glue.c 204 additions, 45 deletionsarch/x86/crypto/sha512_ssse3_glue.c
- crypto/Kconfig 13 additions, 4 deletionscrypto/Kconfig
- crypto/Makefile 7 additions, 3 deletionscrypto/Makefile
- crypto/akcipher.c 0 additions, 1 deletioncrypto/akcipher.c
- crypto/asymmetric_keys/pkcs7_verify.c 3 additions, 2 deletionscrypto/asymmetric_keys/pkcs7_verify.c
Loading
Please register or sign in to comment