aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/tea.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+3
2019-06-13crypto: make all generic algorithms set cra_driver_nameEric Biggers1-0/+3
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
2015-01-13crypto: add missing crypto module aliasesMathias Krause1-0/+1
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-2/+2
2012-08-01crypto: tea - use crypto_[un]register_algsJussi Kivilinna1-35/+6
2008-04-21[CRYPTO] all: Clean up init()/fini()Kamalesh Babulal1-4/+4
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0
2006-09-21[CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu1-14/+2
2006-06-26[CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu1-29/+26
2006-01-09[CRYPTO] cipher: Set alignmask for multi-byte loadsHerbert Xu1-0/+3
2006-01-09[CRYPTO] Use standard byte order macros wherever possibleHerbert Xu1-47/+48
2005-09-01[CRYPTO]: Fix XTEA implementationAaron Grothe1-4/+77
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+248