Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - C index
The Linux kernel configuration item CONFIG_CRYPTO_POLY1305_X86_64
has multiple definitions:
arch/x86/crypto/Kconfig
The configuration item CONFIG_CRYPTO_POLY1305_X86_64:
CONFIG_X86 && CONFIG_64BIT
poly1305-x86_64
, poly1305-x86_64
Poly1305 authenticator algorithm (RFC7539)
Architecture: x86_64 using: - SSE2 (Streaming SIMD Extensions 2) - AVX2 (Advanced Vector Extensions 2)
crypto/Kconfig
The configuration item CONFIG_CRYPTO_POLY1305_X86_64:
CONFIG_X86 && CONFIG_64BIT
poly1305-x86_64
, poly1305-x86_64
Poly1305 authenticator algorithm, RFC7539.
Poly1305 is an authenticator algorithm designed by Daniel J. Bernstein. It is used for the ChaCha20-Poly1305 AEAD, specified in RFC7539 for use in IETF protocols. This is the x86_64 assembler implementation using SIMD instructions.
Raw data from LKDDb:
lkddb module poly1305-x86_64 CONFIG_CRYPTO_POLY1305_X86_64 : arch/x86/crypto/Kconfig : "Hash functions: Poly1305 (SSE2/AVX2)" # in 6.1–6.13, 6.14-rc+HEAD
lkddb module poly1305-x86_64 CONFIG_CRYPTO_POLY1305_X86_64 : crypto/Kconfig : "Poly1305 authenticator algorithm (x86_64/SSE2/AVX2)" # in 4.3–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