Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto updates from Herbert Xu: "API: - Move crypto engine callback from tfm ctx into algorithm object - Fix atomic sleep bug in crypto_destroy_instance - Move lib/mpi into lib/crypto Algorithms: - Add chacha20 and poly1305 implementation for powerpc p10 Drivers: - Add AES skcipher and aead support to starfive - Add Dynamic Boost Control support to ccp - Add support for STM32P13 platform to stm32" * tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (149 commits) Revert "dt-bindings: crypto: qcom,prng: Add SM8450" crypto: chelsio - Remove unused declarations X.509: if signature is unsupported skip validation crypto: qat - fix crypto capability detection for 4xxx crypto: drivers - Explicitly include correct DT includes crypto: engine - Remove crypto_engine_ctx crypto: zynqmp - Use new crypto_engine_op interface crypto: virtio - Use new crypto_engine_op interface crypto: stm32 - Use new crypto_engine_op interface crypto: jh7110 - Use new crypto_engine_op interface crypto: rk3288 - Use new crypto_engine_op interface crypto: omap - Use new crypto_engine_op interface crypto: keembay - Use new crypto_engine_op interface crypto: sl3516 - Use new crypto_engine_op interface crypto: caam - Use new crypto_engine_op interface crypto: aspeed - Remove non-standard sha512 algorithms crypto: aspeed - Use new crypto_engine_op interface crypto: amlogic - Use new crypto_engine_op interface crypto: sun8i-ss - Use new crypto_engine_op interface crypto: sun8i-ce - Use new crypto_engine_op interface ...
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/debugfs-driver-qat 61 additions, 0 deletionsDocumentation/ABI/testing/debugfs-driver-qat
- Documentation/ABI/testing/sysfs-driver-ccp 18 additions, 0 deletionsDocumentation/ABI/testing/sysfs-driver-ccp
- Documentation/devicetree/bindings/crypto/st,stm32-hash.yaml 1 addition, 0 deletionsDocumentation/devicetree/bindings/crypto/st,stm32-hash.yaml
- MAINTAINERS 12 additions, 0 deletionsMAINTAINERS
- arch/arm64/crypto/Makefile 0 additions, 5 deletionsarch/arm64/crypto/Makefile
- arch/arm64/crypto/aes-glue-ce.c 2 additions, 0 deletionsarch/arm64/crypto/aes-glue-ce.c
- arch/arm64/crypto/aes-glue-neon.c 1 addition, 0 deletionsarch/arm64/crypto/aes-glue-neon.c
- arch/powerpc/crypto/Kconfig 26 additions, 0 deletionsarch/powerpc/crypto/Kconfig
- arch/powerpc/crypto/Makefile 4 additions, 0 deletionsarch/powerpc/crypto/Makefile
- arch/powerpc/crypto/chacha-p10-glue.c 221 additions, 0 deletionsarch/powerpc/crypto/chacha-p10-glue.c
- arch/powerpc/crypto/chacha-p10le-8x.S 842 additions, 0 deletionsarch/powerpc/crypto/chacha-p10le-8x.S
- arch/powerpc/crypto/poly1305-p10-glue.c 186 additions, 0 deletionsarch/powerpc/crypto/poly1305-p10-glue.c
- arch/powerpc/crypto/poly1305-p10le_64.S 1075 additions, 0 deletionsarch/powerpc/crypto/poly1305-p10le_64.S
- arch/x86/crypto/aesni-intel_glue.c 9 additions, 13 deletionsarch/x86/crypto/aesni-intel_glue.c
- crypto/af_alg.c 4 additions, 0 deletionscrypto/af_alg.c
- crypto/algapi.c 14 additions, 2 deletionscrypto/algapi.c
- crypto/asymmetric_keys/public_key.c 4 additions, 4 deletionscrypto/asymmetric_keys/public_key.c
- crypto/asymmetric_keys/verify_pefile.c 1 addition, 1 deletioncrypto/asymmetric_keys/verify_pefile.c
- crypto/asymmetric_keys/x509_public_key.c 5 additions, 0 deletionscrypto/asymmetric_keys/x509_public_key.c
- crypto/crypto_engine.c 197 additions, 47 deletionscrypto/crypto_engine.c
Loading
Please register or sign in to comment