summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig11
1 files changed, 6 insertions, 5 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 2e7f08ba0675..455a3354e291 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -647,11 +647,12 @@ config CRYPTO_VPMSUM_TESTER
647 Unless you are testing these algorithms, you don't need this. 647 Unless you are testing these algorithms, you don't need this.
648 648
649config CRYPTO_GHASH 649config CRYPTO_GHASH
650 tristate "GHASH digest algorithm" 650 tristate "GHASH hash function"
651 select CRYPTO_GF128MUL 651 select CRYPTO_GF128MUL
652 select CRYPTO_HASH 652 select CRYPTO_HASH
653 help 653 help
654 GHASH is message digest algorithm for GCM (Galois/Counter Mode). 654 GHASH is the hash function used in GCM (Galois/Counter Mode).
655 It is not a general-purpose cryptographic hash function.
655 656
656config CRYPTO_POLY1305 657config CRYPTO_POLY1305
657 tristate "Poly1305 authenticator algorithm" 658 tristate "Poly1305 authenticator algorithm"
@@ -976,12 +977,12 @@ config CRYPTO_WP512
976 <http://www.larc.usp.br/~pbarreto/WhirlpoolPage.html> 977 <http://www.larc.usp.br/~pbarreto/WhirlpoolPage.html>
977 978
978config CRYPTO_GHASH_CLMUL_NI_INTEL 979config CRYPTO_GHASH_CLMUL_NI_INTEL
979 tristate "GHASH digest algorithm (CLMUL-NI accelerated)" 980 tristate "GHASH hash function (CLMUL-NI accelerated)"
980 depends on X86 && 64BIT 981 depends on X86 && 64BIT
981 select CRYPTO_CRYPTD 982 select CRYPTO_CRYPTD
982 help 983 help
983 GHASH is message digest algorithm for GCM (Galois/Counter Mode). 984 This is the x86_64 CLMUL-NI accelerated implementation of
984 The implementation is accelerated by CLMUL-NI of Intel. 985 GHASH, the hash function used in GCM (Galois/Counter mode).
985 986
986comment "Ciphers" 987comment "Ciphers"
987 988