aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel1-2/+1
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