aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/tgr192.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-15crypto: tgr192 - remove unneeded semicolonTian Tao1-2/+2
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-9/+12
2019-06-13crypto: make all generic algorithms set cra_driver_nameEric Biggers1-9/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2019-01-18crypto: tgr192 - fix unaligned memory accessEric Biggers1-3/+3
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers1-3/+0
2015-01-13crypto: add missing crypto module aliasesMathias Krause1-0/+1
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-2/+2
2014-10-17crypto: memzero_explicit - make sure to clear out sensitive dataDaniel Borkmann1-2/+2
2012-08-01crypto: tiger - use crypto_[un]register_shashesJussi Kivilinna1-32/+6
2008-12-25crypto: tgr192 - Switch to shashAdrian-Ken Rueegsegger1-64/+71
2008-04-21[CRYPTO] all: Clean up init()/fini()Kamalesh Babulal1-4/+4
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu1-15/+14
2006-06-26[CRYPTO] digest: Remove unnecessary zeroing during initHerbert Xu1-1/+0
2006-06-26[CRYPTO] digest: Add alignment handlingAtsushi Nemoto1-0/+3
2006-01-09[CRYPTO] Use standard byte order macros wherever possibleHerbert Xu1-47/+17
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+735