aboutsummaryrefslogtreecommitdiff
path: root/crypto/michael_mic.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-10crypto: michael_mic - fix broken misalignment handlingGravatar Ard Biesheuvel 1-19/+12
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-3/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-13crypto: make all generic algorithms set cra_driver_nameGravatar Eric Biggers 1-0/+1
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2014-11-24crypto: prefix module autoloading with "crypto-"Gravatar Kees Cook 1-0/+1
2008-12-25crypto: michael_mic - Switch to shashGravatar Adrian-Ken Rueegsegger 1-31/+41
2007-04-28[PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fiGravatar Jouni Malinen 1-2/+2
2006-09-21[CRYPTO] api: Get rid of flags argument to setkeyGravatar Herbert Xu 1-3/+2
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsGravatar Herbert Xu 1-9/+10
2006-06-26[CRYPTO] digest: Add alignment handlingGravatar Atsushi Nemoto 1-0/+1
2006-01-09[CRYPTO] Use standard byte order macros wherever possibleGravatar Herbert Xu 1-23/+17
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+181