summaryrefslogtreecommitdiffstats
path: root/crypto/tea.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-0/+3
|\
| * crypto: make all generic algorithms set cra_driver_nameEric Biggers2019-06-131-0/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1
|/
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: add missing crypto module aliasesMathias Krause2015-01-131-0/+1
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-2/+2
* crypto: tea - use crypto_[un]register_algsJussi Kivilinna2012-08-011-35/+6
* [CRYPTO] all: Clean up init()/fini()Kamalesh Babulal2008-04-211-4/+4
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-021-1/+0
* [CRYPTO] api: Get rid of flags argument to setkeyHerbert Xu2006-09-211-14/+2
* [CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu2006-06-261-29/+26
* [CRYPTO] cipher: Set alignmask for multi-byte loadsHerbert Xu2006-01-091-0/+3
* [CRYPTO] Use standard byte order macros wherever possibleHerbert Xu2006-01-091-47/+48
* [CRYPTO]: Fix XTEA implementationAaron Grothe2005-09-011-4/+77
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+248