diff options
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 6cc27f111551..c1142f31a00c 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -283,6 +283,17 @@ config CRYPTO_XTS | |||
283 | 283 | ||
284 | comment "Hash modes" | 284 | comment "Hash modes" |
285 | 285 | ||
286 | config CRYPTO_CMAC | ||
287 | tristate "CMAC support" | ||
288 | select CRYPTO_HASH | ||
289 | select CRYPTO_MANAGER | ||
290 | help | ||
291 | Cipher-based Message Authentication Code (CMAC) specified by | ||
292 | The National Institute of Standards and Technology (NIST). | ||
293 | |||
294 | https://tools.ietf.org/html/rfc4493 | ||
295 | http://csrc.nist.gov/publications/nistpubs/800-38B/SP_800-38B.pdf | ||
296 | |||
286 | config CRYPTO_HMAC | 297 | config CRYPTO_HMAC |
287 | tristate "HMAC support" | 298 | tristate "HMAC support" |
288 | select CRYPTO_HASH | 299 | select CRYPTO_HASH |