aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/salsa20_generic.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-01crypto: user - Depend on NET instead of selecting itHerbert Xu1-1/+1
2011-10-26crypto: user - Add dependency on NETHerbert Xu1-0/+1
2011-10-21crypto: talitos - handle descriptor not found in error pathKim Phillips1-8/+10
2011-10-21crypto: user - Initialise match in crypto_alg_matchHerbert Xu1-1/+1
2011-10-21crypto: testmgr - add twofish testsJussi Kivilinna3-4/+238
2011-10-21crypto: testmgr - add blowfish test-vectorsJussi Kivilinna3-4/+184
2011-10-21crypto: Make hifn_795x build depend on !ARCH_DMA_ADDR_T_64BITRichard Weinberger2-4/+3
2011-10-21crypto: twofish-x86_64-3way - fix ctr blocksize to 1Jussi Kivilinna1-1/+1
2011-10-21crypto: blowfish-x86_64 - fix ctr blocksize to 1Jussi Kivilinna1-1/+1
2011-10-21crypto: whirlpool - count rounds from 0Alexey Dobriyan1-6/+12
2011-10-21crypto: Add userspace report for compress type algorithmsSteffen Klassert1-0/+20
2011-10-21crypto: Add userspace report for cipher type algorithmsSteffen Klassert2-0/+37
2011-10-21crypto: Add userspace report for rng type algorithmsSteffen Klassert2-0/+26
2011-10-21crypto: Add userspace report for pcompress type algorithmsSteffen Klassert2-0/+23
2011-10-21crypto: Add userspace report for nivaead type algorithmsSteffen Klassert1-0/+23
2011-10-21crypto: Add userspace report for aead type algorithmsSteffen Klassert2-0/+34
2011-10-21crypto: Add userspace report for givcipher type algorithmsSteffen Klassert1-0/+23
2011-10-21crypto: Add userspace report for ablkcipher type algorithmsSteffen Klassert1-0/+25
2011-10-21crypto: Add userspace report for blkcipher type algorithmsSteffen Klassert2-0/+35
2011-10-21crypto: Add userspace report for ahash type algorithmsSteffen Klassert1-0/+21
2011-10-21crypto: Add userspace report for shash type algorithmsSteffen Klassert2-0/+28
2011-10-21crypto: Add userspace report for larval type algorithmsSteffen Klassert2-0/+17
2011-10-21crypto: Add a report function pointer to crypto_typeSteffen Klassert2-0/+7
2011-10-21crypto: Add userspace configuration APISteffen Klassert5-0/+433
2011-10-21crypto: Export crypto_remove_finalSteffen Klassert2-3/+3
2011-10-21crypto: Export crypto_remove_spawnsSteffen Klassert2-3/+5
2011-10-21crypto: Add a flag to identify crypto instancesSteffen Klassert2-0/+6
2011-10-21crypto: twofish - add 3-way parallel x86_64 assembler implementionJussi Kivilinna4-0/+810
2011-10-21crypto: twofish-x86-asm - make assembler functions use twofish_ctx instead of crypto_tfmJussi Kivilinna3-13/+15
2011-10-21crypto: tcrypt - add ctr(twofish) speed testJussi Kivilinna1-0/+4
2011-10-21crypto: blowfish-x86_64 - add creditsJussi Kivilinna1-0/+5
2011-10-21crypto: blowfish-x86_64 - improve x86_64 blowfish 4-way performanceJussi Kivilinna1-100/+98
2011-10-20crypto: picoxcell - add dependency on HAVE_CLKJamie Iles1-1/+1
2011-09-22crypto: aes-x86 - quiet sparse noise about symbol not declaredH Hartley Sweeten1-0/+1
2011-09-22crypto: blowfish - add x86_64 assembly implementationJussi Kivilinna4-0/+896
2011-09-22crypto: tcrypt - add ctr(blowfish) speed testJussi Kivilinna1-0/+4
2011-09-22crypto: blowfish - rename C-version to blowfish_genericJussi Kivilinna2-5/+8
2011-09-22crypto: blowfish - split generic and common c codeJussi Kivilinna5-355/+448
2011-08-20crypto: cryptd - Use subsys_initcall to prevent races with aesniHerbert Xu1-1/+1
2011-08-16crypto: sha - Fix build error due to crypto_sha1_updateHerbert Xu1-0/+2
2011-08-15crypto: n2 - Fix a get/put_cpu() imbalanceThomas Meyer1-2/+2
2011-08-10crypto: sha1 - SSSE3 based SHA1 implementation for x86-64Mathias Krause5-0/+819
2011-08-10crypto: sha1 - export sha1_update for reuseMathias Krause2-4/+8
2011-08-10crypto: picoxcell - fix possible invalid pointer dereferenceJamie Iles1-1/+1
2011-08-10crypto: picoxcell - support for device tree matchingJamie Iles2-6/+53
2011-08-10crypto: picoxcell - add connection ID to the clock nameJamie Iles1-1/+1
2011-08-10crypto: picoxcell - convert to platform ID tableJamie Iles1-60/+33
2011-08-03crypto: padlock-aes - Make module loading even quieter when hardware is missingJonathan Nieder1-3/+1
2011-08-01oom: task->mm == NULL doesn't mean the memory was freedOleg Nesterov1-1/+3
2011-08-01ext4: prevent memory leaks from ext4_mb_init_backend() on error pathYu Jian1-6/+6