aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2011-11-11Merge git://github.com/herbertx/cryptoGravatar Linus Torvalds 8-3/+63
2011-11-11crypto: algapi - Fix build problem with NET disabledGravatar Herbert Xu 7-0/+63
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 11-0/+11
2011-11-02crypto: user - Fix rwsem leak in crypto_userGravatar Jonathan Corbet 1-3/+0
2011-11-01Merge git://github.com/herbertx/cryptoGravatar Linus Torvalds 20-115/+1313
2011-11-01crypto: user - Depend on NET instead of selecting itGravatar Herbert Xu 1-1/+1
2011-10-31crypto: add module.h to those files that are explicitly using itGravatar Paul Gortmaker 11-0/+11
2011-10-26crypto: user - Add dependency on NETGravatar Herbert Xu 1-0/+1
2011-10-21crypto: user - Initialise match in crypto_alg_matchGravatar Herbert Xu 1-1/+1
2011-10-21crypto: testmgr - add twofish testsGravatar Jussi Kivilinna 3-4/+238
2011-10-21crypto: testmgr - add blowfish test-vectorsGravatar Jussi Kivilinna 3-4/+184
2011-10-21crypto: whirlpool - count rounds from 0Gravatar Alexey Dobriyan 1-6/+12
2011-10-21crypto: Add userspace report for compress type algorithmsGravatar Steffen Klassert 1-0/+20
2011-10-21crypto: Add userspace report for cipher type algorithmsGravatar Steffen Klassert 1-0/+29
2011-10-21crypto: Add userspace report for rng type algorithmsGravatar Steffen Klassert 1-0/+20
2011-10-21crypto: Add userspace report for pcompress type algorithmsGravatar Steffen Klassert 1-0/+18
2011-10-21crypto: Add userspace report for nivaead type algorithmsGravatar Steffen Klassert 1-0/+23
2011-10-21crypto: Add userspace report for aead type algorithmsGravatar Steffen Klassert 1-0/+25
2011-10-21crypto: Add userspace report for givcipher type algorithmsGravatar Steffen Klassert 1-0/+23
2011-10-21crypto: Add userspace report for ablkcipher type algorithmsGravatar Steffen Klassert 1-0/+25
2011-10-21crypto: Add userspace report for blkcipher type algorithmsGravatar Steffen Klassert 1-0/+25
2011-10-21crypto: Add userspace report for ahash type algorithmsGravatar Steffen Klassert 1-0/+21
2011-10-21crypto: Add userspace report for shash type algorithmsGravatar Steffen Klassert 1-0/+21
2011-10-21crypto: Add userspace report for larval type algorithmsGravatar Steffen Klassert 1-0/+12
2011-10-21crypto: Add a report function pointer to crypto_typeGravatar Steffen Klassert 1-0/+5
2011-10-21crypto: Add userspace configuration APIGravatar Steffen Klassert 3-0/+380
2011-10-21crypto: Export crypto_remove_finalGravatar Steffen Klassert 2-3/+3
2011-10-21crypto: Export crypto_remove_spawnsGravatar Steffen Klassert 2-3/+5
2011-10-21crypto: Add a flag to identify crypto instancesGravatar Steffen Klassert 1-0/+1
2011-10-21crypto: twofish - add 3-way parallel x86_64 assembler implementionGravatar Jussi Kivilinna 1-0/+20
2011-10-21crypto: tcrypt - add ctr(twofish) speed testGravatar Jussi Kivilinna 1-0/+4
2011-10-21crypto: ghash - Avoid null pointer dereference if no key is setGravatar Nick Bowler 1-0/+6
2011-09-22crypto: blowfish - add x86_64 assembly implementationGravatar Jussi Kivilinna 1-0/+15
2011-09-22crypto: tcrypt - add ctr(blowfish) speed testGravatar Jussi Kivilinna 1-0/+4
2011-09-22crypto: blowfish - rename C-version to blowfish_genericGravatar Jussi Kivilinna 2-5/+8
2011-09-22crypto: blowfish - split generic and common c codeGravatar Jussi Kivilinna 4-355/+425
2011-08-20crypto: cryptd - Use subsys_initcall to prevent races with aesniGravatar Herbert Xu 1-1/+1
2011-08-10crypto: sha1 - SSSE3 based SHA1 implementation for x86-64Gravatar Mathias Krause 1-0/+10
2011-08-10crypto: sha1 - export sha1_update for reuseGravatar Mathias Krause 1-4/+5
2011-08-06crypto: Move md5_transform to lib/md5.cGravatar David S. Miller 1-91/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 3-3/+3
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 7-25/+316
2011-07-11doc: Kconfig: `to be' -> `be'Gravatar Michael Witten 1-1/+1
2011-07-08crypto: gf128mul - fix call to memset()Gravatar Mathias Krause 1-2/+2
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-8/+6
2011-06-30crypto: algif_hash - Handle initial af_alg_make_sg error correctlyGravatar Herbert Xu 1-1/+3
2011-06-30crypto: sha1_generic - use SHA1_BLOCK_SIZEGravatar Mandeep Singh Baines 1-5/+6
2011-06-30crypto: arc4 - Fixed coding style issuesGravatar Mati Vait 1-8/+7
2011-06-30crypto: crc32c - Fixed coding style issueGravatar Mati Vait 1-5/+5