aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/vmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2018-07-01crypto: vmac - remove insecure version with hardcoded nonceEric Biggers1-77/+7
2018-07-01crypto: vmac - add nonced version with big endian digestEric Biggers1-18/+112
2018-07-01crypto: vmac - separate tfm and request contextEric Biggers1-227/+181
2018-07-01crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers1-0/+4
2014-11-26crypto: include crypto- module prefix in templateKees Cook1-0/+1
2014-10-17crypto: memzero_explicit - make sure to clear out sensitive dataDaniel Borkmann1-1/+1
2012-10-15crypto: vmac - Make VMAC work when blocks aren't alignedSalman Qazi1-4/+43
2012-09-07crypto: crypto_user - fix sparse warnings (symbol was not declared, should be static?)Jussi Kivilinna1-5/+5
2011-10-31crypto: add module.h to those files that are explicitly using itPaul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-03-18crypto: vmac - Fix big-endian supportShane Wang1-39/+36
2009-09-02crypto: vmac - New hash algorithm for intel_txt supportShane Wang1-0/+678