-
- Downloads
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto updates from Herbert Xu: "API: - Remove VLA usage - Add cryptostat user-space interface - Add notifier for new crypto algorithms Algorithms: - Add OFB mode - Remove speck Drivers: - Remove x86/sha*-mb as they are buggy - Remove pcbc(aes) from x86/aesni - Improve performance of arm/ghash-ce by up to 85% - Implement CTS-CBC in arm64/aes-blk, faster by up to 50% - Remove PMULL based arm64/crc32 driver - Use PMULL in arm64/crct10dif - Add aes-ctr support in s5p-sss - Add caam/qi2 driver Others: - Pick better transform if one becomes available in crc-t10dif" * 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (124 commits) crypto: chelsio - Update ntx queue received from cxgb4 crypto: ccree - avoid implicit enum conversion crypto: caam - add SPDX license identifier to all files crypto: caam/qi - simplify CGR allocation, freeing crypto: mxs-dcp - make symbols 'sha1_null_hash' and 'sha256_null_hash' static crypto: arm64/aes-blk - ensure XTS mask is always loaded crypto: testmgr - fix sizeof() on COMP_BUF_SIZE crypto: chtls - remove set but not used variable 'csk' crypto: axis - fix platform_no_drv_owner.cocci warnings crypto: x86/aes-ni - fix build error following fpu template removal crypto: arm64/aes - fix handling sub-block CTS-CBC inputs crypto: caam/qi2 - avoid double export crypto: mxs-dcp - Fix AES issues crypto: mxs-dcp - Fix SHA null hashes and output length crypto: mxs-dcp - Implement sha import/export crypto: aegis/generic - fix for big endian systems crypto: morus/generic - fix for big endian systems crypto: lrw - fix rebase error after out of bounds fix crypto: cavium/nitrox - use pci_alloc_irq_vectors() while enabling MSI-X. crypto: cavium/nitrox - NITROX command queue changes. ...
No related branches found
No related tags found
Showing
- Documentation/filesystems/fscrypt.rst 0 additions, 10 deletionsDocumentation/filesystems/fscrypt.rst
- MAINTAINERS 0 additions, 8 deletionsMAINTAINERS
- arch/arm/crypto/Kconfig 1 addition, 6 deletionsarch/arm/crypto/Kconfig
- arch/arm/crypto/Makefile 0 additions, 2 deletionsarch/arm/crypto/Makefile
- arch/arm/crypto/chacha20-neon-core.S 143 additions, 134 deletionsarch/arm/crypto/chacha20-neon-core.S
- arch/arm/crypto/crc32-ce-glue.c 1 addition, 1 deletionarch/arm/crypto/crc32-ce-glue.c
- arch/arm/crypto/ghash-ce-core.S 103 additions, 5 deletionsarch/arm/crypto/ghash-ce-core.S
- arch/arm/crypto/ghash-ce-glue.c 27 additions, 11 deletionsarch/arm/crypto/ghash-ce-glue.c
- arch/arm/crypto/speck-neon-core.S 0 additions, 434 deletionsarch/arm/crypto/speck-neon-core.S
- arch/arm/crypto/speck-neon-glue.c 0 additions, 288 deletionsarch/arm/crypto/speck-neon-glue.c
- arch/arm64/configs/defconfig 1 addition, 1 deletionarch/arm64/configs/defconfig
- arch/arm64/crypto/Kconfig 0 additions, 11 deletionsarch/arm64/crypto/Kconfig
- arch/arm64/crypto/Makefile 0 additions, 6 deletionsarch/arm64/crypto/Makefile
- arch/arm64/crypto/aes-ce.S 5 additions, 0 deletionsarch/arm64/crypto/aes-ce.S
- arch/arm64/crypto/aes-glue.c 193 additions, 24 deletionsarch/arm64/crypto/aes-glue.c
- arch/arm64/crypto/aes-modes.S 216 additions, 200 deletionsarch/arm64/crypto/aes-modes.S
- arch/arm64/crypto/aes-neon.S 6 additions, 0 deletionsarch/arm64/crypto/aes-neon.S
- arch/arm64/crypto/crc32-ce-core.S 0 additions, 287 deletionsarch/arm64/crypto/crc32-ce-core.S
- arch/arm64/crypto/crc32-ce-glue.c 0 additions, 244 deletionsarch/arm64/crypto/crc32-ce-glue.c
- arch/arm64/crypto/crct10dif-ce-core.S 239 additions, 75 deletionsarch/arm64/crypto/crct10dif-ce-core.S
Loading
Please register or sign in to comment