aboutsummaryrefslogtreecommitdiff
path: root/crypto/vmac.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: vmac - don't set alignmaskGravatar Eric Biggers 1-1/+0
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: vmac - use crypto_grab_cipher() and simplify error pathsGravatar Eric Biggers 1-18/+15
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-3/+1
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2018-07-01crypto: vmac - remove insecure version with hardcoded nonceGravatar Eric Biggers 1-77/+7
2018-07-01crypto: vmac - add nonced version with big endian digestGravatar Eric Biggers 1-18/+112
2018-07-01crypto: vmac - separate tfm and request contextGravatar Eric Biggers 1-227/+181
2018-07-01crypto: vmac - require a block cipher with 128-bit block sizeGravatar Eric Biggers 1-0/+4
2014-11-26crypto: include crypto- module prefix in templateGravatar Kees Cook 1-0/+1
2014-10-17crypto: memzero_explicit - make sure to clear out sensitive dataGravatar Daniel Borkmann 1-1/+1
2012-10-15crypto: vmac - Make VMAC work when blocks aren't alignedGravatar Salman Qazi 1-4/+43
2012-09-07crypto: crypto_user - fix sparse warnings (symbol was not declared, should be...Gravatar Jussi Kivilinna 1-5/+5
2011-10-31crypto: add module.h to those files that are explicitly using itGravatar Paul Gortmaker 1-0/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-03-18crypto: vmac - Fix big-endian supportGravatar Shane Wang 1-39/+36
2009-09-02crypto: vmac - New hash algorithm for intel_txt supportGravatar Shane Wang 1-0/+678