Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - C index
The Linux kernel configuration item CONFIG_CRYPTO_AES_PPC_SPE
has multiple definitions:
arch/powerpc/crypto/Kconfig
The configuration item CONFIG_CRYPTO_AES_PPC_SPE:
CONFIG_PPC && CONFIG_SPE
aes-ppc-spe
, aes-ppc-spe
Block ciphers: AES cipher algorithms (FIPS-197) Length-preserving ciphers: AES with ECB, CBC, CTR, and XTS modes
Architecture: powerpc using: - SPE (Signal Processing Engine) extensions
SPE is available for: - Processor Type: Freescale 8500 - CPU selection: e500 (8540)
This module should only be used for low power (router) devices without hardware AES acceleration (e.g. caam crypto). It reduces the size of the AES tables from 16KB to 8KB + 256 bytes and mitigates timining attacks. Nevertheless it might be not as secure as other architecture specific assembler implementations that work on 1KB tables or 256 bytes S-boxes.
crypto/Kconfig
The configuration item CONFIG_CRYPTO_AES_PPC_SPE:
CONFIG_PPC && CONFIG_SPE
aes-ppc-spe
, aes-ppc-spe
AES cipher algorithms (FIPS-197). Additionally the acceleration for popular block cipher modes ECB, CBC, CTR and XTS is supported. This module should only be used for low power (router) devices without hardware AES acceleration (e.g. caam crypto). It reduces the size of the AES tables from 16KB to 8KB + 256 bytes and mitigates timining attacks. Nevertheless it might be not as secure as other architecture specific assembler implementations that work on 1KB tables or 256 bytes S-boxes.
Raw data from LKDDb:
lkddb module aes-ppc-spe CONFIG_CRYPTO_AES_PPC_SPE : arch/powerpc/crypto/Kconfig : "Ciphers: AES, modes: ECB/CBC/CTR/XTS (SPE)" # in 6.1–6.14, 6.15-rc+HEAD
lkddb module aes-ppc-spe CONFIG_CRYPTO_AES_PPC_SPE : crypto/Kconfig : "AES cipher algorithms (PPC SPE)" # in 4.1–4.20, 5.0–5.19, 6.0, 6.0+HEAD
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - C index
Automatically generated (in year 2025). See also LKDDb sources on GitLab