X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=crypto%2FKconfig;h=c1142f31a00c2dbf0133d8ab3a4162f59dca0e42;hb=93b5e86a6d13c5dec18c6611933fb38d7d80f0d2;hp=6cc27f111551a6eb978c6871b735b60853744230;hpb=e448370d7377f064c2fef55f72e9b45184bf0926;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/crypto/Kconfig b/crypto/Kconfig index 6cc27f1..c1142f3 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -283,6 +283,17 @@ config CRYPTO_XTS comment "Hash modes" +config CRYPTO_CMAC + tristate "CMAC support" + select CRYPTO_HASH + select CRYPTO_MANAGER + help + Cipher-based Message Authentication Code (CMAC) specified by + The National Institute of Standards and Technology (NIST). + + https://tools.ietf.org/html/rfc4493 + http://csrc.nist.gov/publications/nistpubs/800-38B/SP_800-38B.pdf + config CRYPTO_HMAC tristate "HMAC support" select CRYPTO_HASH