]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - crypto/Kconfig
Merge remote-tracking branch 'crypto/master'
[karo-tx-linux.git] / crypto / Kconfig
index f6bfdda1a0b96890e4b9e335e19ef709e0731e7e..93a1fdc1feee68c9a8b15bef682886015884ce98 100644 (file)
@@ -465,11 +465,13 @@ config CRYPTO_CRCT10DIF_PCLMUL
 config CRYPTO_GHASH
        tristate "GHASH digest algorithm"
        select CRYPTO_GF128MUL
+       select CRYPTO_HASH
        help
          GHASH is message digest algorithm for GCM (Galois/Counter Mode).
 
 config CRYPTO_POLY1305
        tristate "Poly1305 authenticator algorithm"
+       select CRYPTO_HASH
        help
          Poly1305 authenticator algorithm, RFC7539.