summaryrefslogtreecommitdiffstats
path: root/crypto/cmac.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: cmac - remove unnecessary alignment logicEric Biggers2023-10-271-28/+11
* crypto: cmac - Add support for cloningHerbert Xu2023-05-241-1/+17
* crypto: cmac - Use modern init_tfm/exit_tfmHerbert Xu2023-05-241-9/+9
* crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-031-0/+2
* crypto: algapi - use common mechanism for inheriting flagsEric Biggers2020-07-161-2/+3
* crypto: shash - convert shash_free_instance() to new styleEric Biggers2020-01-091-2/+3
* crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawnEric Biggers2020-01-091-1/+1
* crypto: cmac - use crypto_grab_cipher() and simplify error pathsEric Biggers2020-01-091-18/+15
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel2017-02-111-2/+1
* crypto: cmac - fix alignment of 'consts'Eric Biggers2016-10-211-4/+9
* crypto: cmac - return -EINVAL if block size is unsupportedEric Biggers2016-10-211-0/+1
* crypto: include crypto- module prefix in templateKees Cook2014-11-261-0/+1
* crypto: add CMAC support to CryptoAPIJussi Kivilinna2013-04-251-0/+315