linux/Documentation/devicetree/bindings/crypto
Linus Torvalds 0d8c113493 This update includes the following changes:
API:
 
 - Drop support for off-CPU cryptography in af_alg.
 - Document that af_alg is *always* slower.
 - Document the deprecation of af_alg.
 - Remove zero-copy support from skcipher and aead in af_alg.
 - Cap AEAD AD length to 0x80000000 in af_alg.
 - Free default RNG on module exit.
 
 Algorithms:
 
 - Fix vli multiplication carry overflow in ecc.
 - Drop unused cipher_null crypto_alg.
 - Remove unused variants of drbg.
 - Use lib/crypto in drbg.
 - Use memcpy_from/to_sglist in authencesn.
 - Allow authenc(hmac(sha{256,384}),cts(cbc(aes))) in FIPS mode.
 - Disallow RSA PKCS#1 SHA-1 sig algs in FIPS mode.
 - Filter out async aead implementations at alloc in krb5.
 - Fix non-parallel fallback by rstoring callback in pcrypt.
 - Validate poly1305 template argument in chacha20poly1305.
 
 Drivers:
 
 - Add sysfs PCI reset support to qat.
 - Add KPT support for GEN6 devices to qat.
 - Remove unused character device and ioctls from qat.
 - Add support for hw access via SMCC to mtk.
 - Remove prng support from crypto4xx.
 - Remove prng support from hisi-trng.
 - Remove prng support from sun4i-ss.
 - Remove prng support from xilinx-trng.
 - Remove loongson-rng.
 - Remove exynos-rng.
 
 Others:
 
 - Remove support for AIO on sockets.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEn51F/lCuNhUwmDeSxycdCkmxi6cFAmovcvMACgkQxycdCkmx
 i6emMA/8DfjbQLm7kGXKhlHaAZ9MgSxVUDs+yz+I1XbFL0sbEbLmZlwMiEta2Rg0
 GteR+ZGxkzBbDwL3CHQ+ZJHycCgPxokeRJJ9rWT1j+tGEkJoj/00SRtzMqVXXcY5
 0LGVcw8Ru15oUH7+PlMqnIKYhxrmIPXYGsSwP8FBdRF5CN2q1KNmfW5rtrc8KhPH
 g3SRgH6sE2Bv1cQ7C6GKlgqE89WX41nUil5F5jyQwMlylqZV7SErPjFtc6aqgcoV
 CQP0C2rC0LzZhfTrrnzXLT1h6RUNwulnQAkSICo40F9XZYO+o5EeZvRP0ESNvrda
 fNYCqFOWZaQDjtfnxNT1ZrjT0R00H/Am/Hz5rNFng2sB/XArAqzvHTHtvbuV8t0O
 Kew+KrMEWHSaGnsr+W4lYTw4wZKS1mxjE1P/FcVQN1WLeI5cNywyCVeD3qmhgcws
 GACmM4ghFErBTajBfcHa8dMCshidMQVA6fqHEdOmNn+CxOCZhEdlLmfnJO1KCnEr
 Aw9dnwhtuEdwha1kjNlzN0HC0T/zoumtINqI3Els4/23L7LW8doBAuyGLDd3VmII
 Vr3gu3Oj9pv4Tl0RYJKRObFWM7MwVU6RpVxz2eVkEuM+ZM2je5kZo56tEa8vELrp
 aM/L3yMeuYohssBcP9mfLpR7JCGB2186h47IUGGP6Jz0XjSy7Ns=
 =4BGT
 -----END PGP SIGNATURE-----

Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6

Pull crypto updates from Herbert Xu:
 "API:
   - Drop support for off-CPU cryptography in af_alg
   - Document that af_alg is *always* slower
   - Document the deprecation of af_alg
   - Remove zero-copy support from skcipher and aead in af_alg
   - Cap AEAD AD length to 0x80000000 in af_alg
   - Free default RNG on module exit

  Algorithms:
   - Fix vli multiplication carry overflow in ecc
   - Drop unused cipher_null crypto_alg
   - Remove unused variants of drbg
   - Use lib/crypto in drbg
   - Use memcpy_from/to_sglist in authencesn
   - Allow authenc(hmac(sha{256,384}),cts(cbc(aes))) in FIPS mode
   - Disallow RSA PKCS#1 SHA-1 sig algs in FIPS mode
   - Filter out async aead implementations at alloc in krb5
   - Fix non-parallel fallback by rstoring callback in pcrypt
   - Validate poly1305 template argument in chacha20poly1305

  Drivers:
   - Add sysfs PCI reset support to qat
   - Add KPT support for GEN6 devices to qat
   - Remove unused character device and ioctls from qat
   - Add support for hw access via SMCC to mtk
   - Remove prng support from crypto4xx
   - Remove prng support from hisi-trng
   - Remove prng support from sun4i-ss
   - Remove prng support from xilinx-trng
   - Remove loongson-rng
   - Remove exynos-rng

  Others:
   - Remove support for AIO on sockets"

* tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (196 commits)
  crypto: tegra - fix refcount leak in tegra_se_host1x_submit()
  crypto: rng - Free default RNG on module exit
  crypto: testmgr - allow authenc(hmac(sha{256,384}),cts(cbc(aes))) in FIPS mode
  hwrng: jh7110 - fix refcount leak in starfive_trng_read()
  crypto: atmel-ecc - drop dead code in atmel_ecdh_max_size
  crypto: cavium/cpt - fix DMA cleanup using wrong loop index
  crypto: marvell/octeontx - fix DMA cleanup using wrong loop index
  MAINTAINERS: make myself the maintainer of the Qualcomm QCE driver
  crypto: amcc - convert irq_of_parse_and_map to platform_get_irq
  crypto: sun4i-ss - Remove insecure and unused rng_alg
  hwrng: xilinx - Move xilinx-rng into drivers/char/hw_random/
  crypto: xilinx-trng - Replace crypto_drbg_ctr_df() with HMAC-SHA512
  crypto: xilinx-trng - Fix return value of xtrng_hwrng_trng_read()
  crypto: xilinx-trng - Remove crypto_rng interface
  crypto: exynos-rng - Remove exynos-rng driver
  hwrng: hisi-trng - Move hisi-trng into drivers/char/hw_random/
  crypto: hisi-trng - Remove crypto_rng interface
  crypto: loongson - Remove broken and unused loongson-rng
  crypto: crypto4xx - Remove insecure and unused rng_alg
  crypto: qat - validate RSA CRT component lengths
  ...
2026-06-16 09:01:23 +05:30
..
allwinner,sun4i-a10-crypto.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
allwinner,sun8i-ce.yaml dt-bindings: crypto: sun8i-ce: Add compatible for H616 2024-07-06 10:19:59 +10:00
allwinner,sun8i-ss.yaml
amd,ccp-seattle-v1a.yaml dt-bindings: crypto: amd,ccp-seattle-v1a: Allow 'iommus' property 2025-10-31 17:43:56 +08:00
amlogic,gxl-crypto.yaml dt-bindings: crypto: drop unneeded quotes 2023-06-23 16:18:28 -06:00
arm,cryptocell.yaml dt-bindings: crypto: ccree: Convert to json-schema 2021-06-24 15:39:38 -06:00
aspeed,ast2500-hace.yaml dt-bindings: crypto: add documentation for aspeed hace 2022-08-26 18:50:38 +08:00
aspeed,ast2600-acry.yaml dt-bindings: crypto: Document aspeed,ahbc property for Aspeed ACRY 2025-12-15 09:24:58 -06:00
atmel,at91sam9g46-aes.yaml dt-bindings: crypto: atmel,at91sam9g46-aes: add microchip,lan9691-aes 2026-01-31 10:56:47 +08:00
atmel,at91sam9g46-sha.yaml dt-bindings: crypto: atmel,at91sam9g46-sha: add microchip,lan9691-sha 2026-01-31 10:56:47 +08:00
atmel,at91sam9g46-tdes.yaml dt-bindings: crypto: add sama7d65 in Atmel TDES 2025-06-23 16:59:38 +08:00
axis,artpec6-crypto.yaml dt-bindings: crypto: Convert axis,artpec6-crypto to DT schema 2025-05-19 13:48:19 +08:00
brcm,spum-crypto.yaml dt-bindings: crypto: Convert brcm,spum-crypto to DT schema 2025-05-19 13:48:19 +08:00
cortina,sl3516-crypto.yaml dt-bindings: crypto: Add documentation for sl3516-ce 2021-06-11 15:03:29 +08:00
fsl-dcp.yaml dt-bindings: crypto: fsl-dcp: add imx6sl and imx6ull compatible 2023-06-12 13:31:21 -06:00
fsl-imx-sahara.yaml dt-bindings: crypto: fsl-imx-sahara: Fix the number of irqs 2023-10-05 18:16:30 +08:00
fsl-imx-scc.yaml
fsl,sec-v4.0-mon.yaml dt-bindings: crypto: fsl,sec-v4.0-mon: Add "power-off-time-sec" 2025-04-30 21:03:12 -07:00
fsl,sec-v4.0.yaml dt-bindings: crypto: fsl,sec-v4.0: Add power domains for iMX8QM and iMX8QXP 2025-06-23 16:59:38 +08:00
fsl,sec2.0.yaml dt-bindings: crypto: Convert fsl,sec-2.0 to YAML 2025-03-02 15:19:44 +08:00
hisilicon,hip06-sec.yaml dt-bindings: crypto: Convert hisilicon,hip0{6,7}-sec to DT schema 2025-05-19 13:48:19 +08:00
img,hash-accelerator.yaml dt-bindings: crypto: Convert img,hash-accelerator to DT schema 2025-05-19 13:48:19 +08:00
inside-secure,safexcel-eip93.yaml dt-bindings: crypto: Add Inside Secure SafeXcel EIP-93 crypto engine 2025-02-09 18:08:11 +08:00
inside-secure,safexcel.yaml dt-bindings: crypto: inside-secure,safexcel: add compatible for MT7981 2026-03-15 13:23:12 +09:00
intel,ixp4xx-crypto.yaml dt-bindings: Updates Linus Walleij's mail address 2025-12-16 10:17:59 -06:00
intel,keembay-ocs-aes.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
intel,keembay-ocs-ecc.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
intel,keembay-ocs-hcu.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
marvell,orion-crypto.yaml dt-bindings: crypto: Convert Marvell CESA to DT schema 2025-05-19 13:48:19 +08:00
nvidia,tegra234-se-aes.yaml dt-bindings: crypto: Add Tegra Security Engine 2024-04-12 15:07:51 +08:00
nvidia,tegra234-se-hash.yaml dt-bindings: crypto: Add Tegra Security Engine 2024-04-12 15:07:51 +08:00
qcom-qce.yaml dt-bindings: crypto: qcom-qce: document the Nord crypto engine 2026-05-15 18:08:36 +08:00
qcom,inline-crypto-engine.yaml This update includes the following changes: 2026-06-16 09:01:23 +05:30
qcom,prng.yaml dt-bindings: crypto: qcom,prng: Document Hawi TRNG 2026-06-05 19:36:35 +08:00
rockchip,rk3288-crypto.yaml dt-bindings: crypto: rockchip: add new compatible 2022-10-28 12:36:33 +08:00
samsung-slimsss.yaml dt-bindings: crypto: drop minItems equal to maxItems 2022-08-29 14:58:17 -05:00
samsung-sss.yaml
st,stm32-crc.yaml dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
st,stm32-cryp.yaml dt-bindings: treewide: add access-controllers description 2024-04-05 14:39:10 +02:00
st,stm32-hash.yaml dt-bindings: treewide: add access-controllers description 2024-04-05 14:39:10 +02:00
starfive,jh7110-crypto.yaml dt-bindings: crypto: starfive: Restore sort order 2024-04-26 17:26:09 +08:00
ti,am62l-dthev2.yaml dt-bindings: crypto: Add binding for TI DTHE V2 2025-08-30 15:43:26 +08:00
ti,omap-sham.yaml dt-bindings: crypto: ti,omap-sham: Convert to dtschema 2024-04-05 15:46:33 +08:00
ti,omap2-aes.yaml dt-bindings: crypto: Convert ti,omap2-aes to DT schema 2025-06-23 16:59:39 +08:00
ti,omap4-des.yaml dt-bindings: crypto: Convert ti,omap4-des to DT schema 2025-06-23 16:59:39 +08:00
ti,sa2ul.yaml Devicetree updates for v6.6: 2023-08-30 16:59:03 -07:00
xlnx,versal-trng.yaml dt-bindings: crypto: Add node for True Random Number Generator 2025-09-06 15:57:23 +08:00
xlnx,zynqmp-aes.yaml dt-bindings: crypto: Mark zynqmp-aes as Deprecated 2026-01-23 13:48:43 +08:00