aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2012-02-03crypto: sha512 - reduce stack usage to safe numberAlexey Dobriyan
2012-02-03crypto: sha512 - make it work, undo percpu message scheduleAlexey Dobriyan
2011-11-11Merge git://github.com/herbertx/cryptoLinus Torvalds
2011-11-11crypto: algapi - Fix build problem with NET disabledHerbert Xu
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02crypto: user - Fix rwsem leak in crypto_userJonathan Corbet
2011-11-01Merge git://github.com/herbertx/cryptoLinus Torvalds
2011-11-01crypto: user - Depend on NET instead of selecting itHerbert Xu
2011-10-31crypto: add module.h to those files that are explicitly using itPaul Gortmaker
2011-10-26crypto: user - Add dependency on NETHerbert Xu
2011-10-21crypto: user - Initialise match in crypto_alg_matchHerbert Xu
2011-10-21crypto: testmgr - add twofish testsJussi Kivilinna
2011-10-21crypto: testmgr - add blowfish test-vectorsJussi Kivilinna
2011-10-21crypto: whirlpool - count rounds from 0Alexey Dobriyan
2011-10-21crypto: Add userspace report for compress type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for cipher type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for rng type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for pcompress type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for nivaead type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for aead type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for givcipher type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for ablkcipher type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for blkcipher type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for ahash type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for shash type algorithmsSteffen Klassert
2011-10-21crypto: Add userspace report for larval type algorithmsSteffen Klassert
2011-10-21crypto: Add a report function pointer to crypto_typeSteffen Klassert
2011-10-21crypto: Add userspace configuration APISteffen Klassert
2011-10-21crypto: Export crypto_remove_finalSteffen Klassert
2011-10-21crypto: Export crypto_remove_spawnsSteffen Klassert
2011-10-21crypto: Add a flag to identify crypto instancesSteffen Klassert
2011-10-21crypto: twofish - add 3-way parallel x86_64 assembler implementionJussi Kivilinna
2011-10-21crypto: tcrypt - add ctr(twofish) speed testJussi Kivilinna
2011-10-21crypto: ghash - Avoid null pointer dereference if no key is setNick Bowler
2011-09-22crypto: blowfish - add x86_64 assembly implementationJussi Kivilinna
2011-09-22crypto: tcrypt - add ctr(blowfish) speed testJussi Kivilinna
2011-09-22crypto: blowfish - rename C-version to blowfish_genericJussi Kivilinna
2011-09-22crypto: blowfish - split generic and common c codeJussi Kivilinna
2011-08-20crypto: cryptd - Use subsys_initcall to prevent races with aesniHerbert Xu
2011-08-10crypto: sha1 - SSSE3 based SHA1 implementation for x86-64Mathias Krause
2011-08-10crypto: sha1 - export sha1_update for reuseMathias Krause
2011-08-06crypto: Move md5_transform to lib/md5.cDavid S. Miller
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-07-11doc: Kconfig: `to be' -> `be'Michael Witten
2011-07-08crypto: gf128mul - fix call to memset()Mathias Krause
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-30crypto: algif_hash - Handle initial af_alg_make_sg error correctlyHerbert Xu
2011-06-30crypto: sha1_generic - use SHA1_BLOCK_SIZEMandeep Singh Baines