summaryrefslogtreecommitdiff
path: root/crypto/cmac.c
AgeCommit message (Expand)AuthorFilesLines
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