aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-21crypto: cmac - fix alignment of 'consts'Eric Biggers1-4/+9
2016-10-21crypto: cmac - return -EINVAL if block size is unsupportedEric Biggers1-0/+1
2014-11-26crypto: include crypto- module prefix in templateKees Cook1-0/+1
2013-04-25crypto: add CMAC support to CryptoAPIJussi Kivilinna1-0/+315