aboutsummaryrefslogtreecommitdiff
path: root/crypto/cmac.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: cmac - remove unnecessary alignment logicGravatar Eric Biggers 1-28/+11
2023-05-24crypto: cmac - Add support for cloningGravatar Herbert Xu 1-1/+17
2023-05-24crypto: cmac - Use modern init_tfm/exit_tfmGravatar Herbert Xu 1-9/+9
2021-01-03crypto: remove cipher routines from public crypto APIGravatar Ard Biesheuvel 1-0/+2
2020-07-16crypto: algapi - use common mechanism for inheriting flagsGravatar Eric Biggers 1-2/+3
2020-01-09crypto: shash - convert shash_free_instance() to new styleGravatar Eric Biggers 1-2/+3
2020-01-09crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawnGravatar Eric Biggers 1-1/+1
2020-01-09crypto: cmac - use crypto_grab_cipher() and simplify error pathsGravatar Eric Biggers 1-18/+15
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticGravatar Ard Biesheuvel 1-2/+1
2016-10-21crypto: cmac - fix alignment of 'consts'Gravatar Eric Biggers 1-4/+9
2016-10-21crypto: cmac - return -EINVAL if block size is unsupportedGravatar Eric Biggers 1-0/+1
2014-11-26crypto: include crypto- module prefix in templateGravatar Kees Cook 1-0/+1
2013-04-25crypto: add CMAC support to CryptoAPIGravatar Jussi Kivilinna 1-0/+315