Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - C index
The Linux kernel configuration item CONFIG_CRYPTO_CRC32C_INTEL
has multiple definitions:
arch/x86/crypto/Kconfig
The configuration item CONFIG_CRYPTO_CRC32C_INTEL:
CONFIG_X86
crc32c-intel
, crc32c-intel
CRC32c CRC algorithm with the iSCSI polynomial (RFC 3385 and RFC 3720)
Architecture: x86 (32-bit and 64-bit) using: - SSE4.2 (Streaming SIMD Extensions 4.2) CRC32 instruction - PCLMULQDQ (carry-less multiplication)
crypto/Kconfig
The configuration item CONFIG_CRYPTO_CRC32C_INTEL:
CONFIG_X86
crc32c-intel
, crc32c-intel
In Intel processor with SSE4.2 supported, the processor will support CRC32C implementation using hardware accelerated CRC32 instruction. This option will create 'crc32c-intel' module, which will enable any routine to use the CRC32 instruction to gain performance compared with software implementation. Module will be crc32c-intel.
Raw data from LKDDb:
lkddb module crc32c-intel CONFIG_CRYPTO_CRC32C_INTEL : arch/x86/crypto/Kconfig : "CRC32c (SSE4.2/PCLMULQDQ)" # in 6.1–6.12, 6.13-rc+HEAD
lkddb module crc32c-intel CONFIG_CRYPTO_CRC32C_INTEL : crypto/Kconfig : "CRC32c INTEL hardware acceleration" # in 2.6.28–2.6.39, 3.0–3.19, 4.0–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