aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2012-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-89/+2269
2012-07-11crypto: testmgr - add aead cbc aes hmac sha1,256,512 test vectorsHoria Geanta2-0/+870
2012-07-11crypto: atmel - add new tests to tcryptNicolas Royer1-5/+45
2012-07-11crypto: testmgr - allow aesni-intel and ghash_clmulni-intel in fips modeMilan Broz1-0/+38
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-2/+5
2012-06-27crypto: algapi - Fix hang on crypto allocationSteffen Klassert1-1/+1
2012-06-27crypto: arc4 - now arc needs blockcipher supportSebastian Andrzej Siewior1-1/+1
2012-06-27crypto: twofish-avx - remove duplicated glue code and use shared glue code fr...Jussi Kivilinna1-0/+1
2012-06-27crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue...Jussi Kivilinna1-0/+1
2012-06-27crypto: camellia-x86_64 - remove duplicated glue code and use shared glue cod...Jussi Kivilinna1-0/+1
2012-06-27crypto: serpent-avx: remove duplicated glue code and use shared glue code fro...Jussi Kivilinna1-0/+1
2012-06-27crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna1-0/+7
2012-06-27crypto: aes_ni - change to use shared ablk_* functionsJussi Kivilinna1-0/+1
2012-06-27crypto: twofish-avx - change to use shared ablk_* functionsJussi Kivilinna1-0/+1
2012-06-27crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t...Jussi Kivilinna1-0/+8
2012-06-22crypto: algapi - Move larval completion into algbossHerbert Xu3-26/+9
2012-06-14crypto: arc4 - improve performance by using u32 for ctx and variablesJussi Kivilinna1-6/+6
2012-06-14crypto: arc4 - improve performance by adding ecb(arc4)Jussi Kivilinna1-22/+87
2012-06-14crypto: testmgr - add ecb(arc4) speed testsJussi Kivilinna1-0/+10
2012-06-12crypto: serpent - add x86_64/avx assembler implementationJohannes Goetzfried2-0/+80
2012-06-12crypto: testmgr - expand twofish test vectorsJohannes Goetzfried1-32/+896
2012-06-12crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried3-0/+107
2012-06-12crypto: testmgr - Add new test cases for Blackfin CRC crypto driverSonic Zhang3-0/+102
2012-05-23Merge tag 'md-3.5' of git://neil.brown.name/mdLinus Torvalds1-3/+10
2012-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+3
2012-05-22crypto: disable preemption while benchmarking RAID5 xor checksummingJim Kukunas1-0/+5
2012-05-22crypto: wait for a full jiffy in do_xor_speedJim Kukunas1-3/+5
2012-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2-91/+4
2012-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+87
2012-04-09um: several x86 hw-dependent crypto modules won't build on umlAl Viro1-3/+3
2012-04-09crypto, xor: Sanitize checksumming function selection outputBorislav Petkov1-2/+3
2012-04-05crypto: sha512 - Fix byte counter overflow in SHA-512Kent Yoder1-1/+1
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-9/+87
2012-04-02crypto: Stop using NLA_PUT*().David S. Miller8-38/+38
2012-03-29crypto: user - Fix size of netlink dump messageSteffen Klassert1-0/+8
2012-03-29crypto: user - Fix lookup of algorithms with IV generatorSteffen Klassert3-5/+75
2012-03-29crypto: pcrypt - Use the online cpumask as the defaultSteffen Klassert1-4/+4
2012-03-23crypto: crc32c should use library implementationDarrick J. Wong2-91/+4
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-65/+1536
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds6-20/+20
2012-03-20crypto: remove the second argument of k[un]map_atomic()Cong Wang6-20/+20
2012-03-14crypto: camellia - add assembler implementation for x86_64Jussi Kivilinna1-0/+18
2012-03-14crypto: camellia - rename camellia.c to camellia_generic.cJussi Kivilinna2-1/+0
2012-03-14crypto: camellia - fix checkpatch warningsJussi Kivilinna1-38/+41
2012-03-14crypto: camellia - rename camellia module to camellia_genericJussi Kivilinna2-1/+3
2012-03-14crypto: tcrypt - add more camellia testsJussi Kivilinna1-0/+12
2012-03-14crypto: testmgr - add more camellia test vectorsJussi Kivilinna2-4/+1424
2012-03-14crypto: camellia - simplify key setup and CAMELLIA_ROUNDSM macroJussi Kivilinna1-21/+3
2012-02-26netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso1-3/+7
2012-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-9/+4
2012-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-22/+24
2012-02-16crypto: sha512 - use standard ror64()Alexey Dobriyan1-9/+4
2012-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-37/+33
2012-02-05crypto: In crypto_add_alg(), 'exact' wants to be initialized to 0Jesper Juhl1-1/+1
2012-02-05crypto: sha512 - Avoid stack bloat on i386Herbert Xu1-36/+32
2012-01-26crypto: sha512 - Use binary and instead of modulusHerbert Xu1-2/+2
2012-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-28/+34
2012-01-26crypto: Add bulk algorithm registration interfaceMark Brown1-0/+35
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+1
2012-01-15crypto: sha512 - use standard ror64()Alexey Dobriyan1-9/+4
2012-01-15crypto: sha512 - reduce stack usage to safe numberAlexey Dobriyan1-24/+34
2012-01-15crypto: sha512 - make it work, undo percpu message scheduleAlexey Dobriyan1-5/+1
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds14-639/+4194
2011-12-20crypto: gf128mul - remove leftover "(EXPERIMENTAL)" in KconfigJussi Kivilinna1-1/+1
2011-12-20crypto: serpent-sse2 - select LRW and XTSJussi Kivilinna1-0/+4
2011-12-20crypto: twofish-x86_64-3way - select LRW and XTSJussi Kivilinna1-0/+2
2011-12-20crypto: xts - remove dependency on EXPERIMENTALJussi Kivilinna1-2/+1
2011-12-20crypto: lrw - remove dependency on EXPERIMENTALJussi Kivilinna1-2/+1
2011-11-30crypto: serpent-sse2 - should select CRYPTO_CRYPTDJussi Kivilinna1-0/+2
2011-11-30crypto: serpent - rename serpent.c to serpent_generic.cJussi Kivilinna2-2/+0
2011-11-30crypto: serpent - cleanup checkpatch errors and warningsJussi Kivilinna1-259/+344
2011-11-21crypto: serpent-sse2 - add lrw supportJussi Kivilinna1-2/+8
2011-11-21crypto: serpent - add 4-way parallel i586/SSE2 assembler implementationJussi Kivilinna1-0/+17
2011-11-21crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementationJussi Kivilinna2-0/+77
2011-11-13Merge branch 'master' into for-nextJiri Kosina31-115/+1384
2011-11-13crypto: drop selects of bogus Kconfig symbolPaul Bolle1-2/+0
2011-11-11Merge git://github.com/herbertx/cryptoLinus Torvalds8-3/+63
2011-11-11crypto: algapi - Fix build problem with NET disabledHerbert Xu7-0/+63
2011-11-09crypto: fix typo in crypto/KconfigValdis.Kletnieks@vt.edu1-1/+1
2011-11-09crypto: Unlink and free instances when deletedSteffen Klassert2-1/+30
2011-11-09crypto: ansi_cprng - enforce key != seed in fips modeJarod Wilson1-0/+8
2011-11-09crypto: tcrypt - add xts(twofish) testsJussi Kivilinna1-0/+5
2011-11-09crypto: testmgr - add xts(twofish) test vectorsJussi Kivilinna2-0/+696
2011-11-09crypto: tcrypt - add xts(serpent) testsJussi Kivilinna2-0/+10
2011-11-09crypto: testmgr - add xts(serpent) test vectorsJussi Kivilinna2-0/+697
2011-11-09crypto: xts: add interface for parallelized cipher implementationsJussi Kivilinna1-2/+73
2011-11-09crypto: xts - use blocksize constantJussi Kivilinna1-3/+5
2011-11-09crypto: twofish-x86_64-3way - add lrw supportJussi Kivilinna1-5/+8
2011-11-09crypto: tcrypt - add lrw(twofish) testsJussi Kivilinna1-0/+5
2011-11-09crypto: testmgr - add lrw(twofish) test vectorsJussi Kivilinna2-0/+516
2011-11-09crypto: tcrypt - add lrw(serpent) testsJussi Kivilinna2-0/+10
2011-11-09crypto: testmgr - add lrw(serpent) test vectorsJussi Kivilinna2-0/+517
2011-11-09crypto: lrw - add interface for parallelized cipher implementionsJussi Kivilinna1-20/+86
2011-11-09crypto: lrw - split gf128mul table initialization from setkeyJussi Kivilinna1-21/+40
2011-11-09crypto: lrw - use blocksize constantJussi Kivilinna1-3/+5
2011-11-09crypto: lrw - fix memleakJussi Kivilinna1-0/+1
2011-11-09crypto: serpent - rename module from serpent to serpent_genericJussi Kivilinna2-1/+6
2011-11-09crypto: serpent - export common functions for x86_64/i386-sse2 assembler impl...Jussi Kivilinna1-19/+22
2011-11-09crypto: tcrypt - add serpent speed testsJussi Kivilinna1-0/+30
2011-11-09crypto: tcrypt - add test_acipher_speedJussi Kivilinna1-0/+250
2011-11-09crypto: testmgr - add new serpent test vectorsJussi Kivilinna3-2/+423
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-0/+11
2011-11-02crypto: user - Fix rwsem leak in crypto_userJonathan Corbet1-3/+0
2011-11-01Merge git://github.com/herbertx/cryptoLinus Torvalds20-115/+1313
2011-11-01crypto: user - Depend on NET instead of selecting itHerbert Xu1-1/+1
2011-10-31crypto: add module.h to those files that are explicitly using itPaul Gortmaker11-0/+11
2011-10-26crypto: user - Add dependency on NETHerbert Xu1-0/+1
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: 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 Klassert1-0/+29
2011-10-21crypto: Add userspace report for rng type algorithmsSteffen Klassert1-0/+20
2011-10-21crypto: Add userspace report for pcompress type algorithmsSteffen Klassert1-0/+18
2011-10-21crypto: Add userspace report for nivaead type algorithmsSteffen Klassert1-0/+23
2011-10-21crypto: Add userspace report for aead type algorithmsSteffen Klassert1-0/+25
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 Klassert1-0/+25
2011-10-21crypto: Add userspace report for ahash type algorithmsSteffen Klassert1-0/+21
2011-10-21crypto: Add userspace report for shash type algorithmsSteffen Klassert1-0/+21
2011-10-21crypto: Add userspace report for larval type algorithmsSteffen Klassert1-0/+12
2011-10-21crypto: Add a report function pointer to crypto_typeSteffen Klassert1-0/+5
2011-10-21crypto: Add userspace configuration APISteffen Klassert3-0/+380
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 Klassert1-0/+1
2011-10-21crypto: twofish - add 3-way parallel x86_64 assembler implementionJussi Kivilinna1-0/+20
2011-10-21crypto: tcrypt - add ctr(twofish) speed testJussi Kivilinna1-0/+4
2011-10-21crypto: ghash - Avoid null pointer dereference if no key is setNick Bowler1-0/+6
2011-09-22crypto: blowfish - add x86_64 assembly implementationJussi Kivilinna1-0/+15
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 Kivilinna4-355/+425
2011-08-20crypto: cryptd - Use subsys_initcall to prevent races with aesniHerbert Xu1-1/+1
2011-08-10crypto: sha1 - SSSE3 based SHA1 implementation for x86-64Mathias Krause1-0/+10
2011-08-10crypto: sha1 - export sha1_update for reuseMathias Krause1-4/+5
2011-08-06crypto: Move md5_transform to lib/md5.cDavid S. Miller1-91/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma3-3/+3
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-25/+316
2011-07-11doc: Kconfig: `to be' -> `be'Michael Witten1-1/+1
2011-07-08crypto: gf128mul - fix call to memset()Mathias Krause1-2/+2
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-8/+6
2011-06-30crypto: algif_hash - Handle initial af_alg_make_sg error correctlyHerbert Xu1-1/+3
2011-06-30crypto: sha1_generic - use SHA1_BLOCK_SIZEMandeep Singh Baines1-5/+6
2011-06-30crypto: arc4 - Fixed coding style issuesMati Vait1-8/+7
2011-06-30crypto: crc32c - Fixed coding style issueMati Vait1-5/+5
2011-06-30crypto: UML build fixesRichard Weinberger1-2/+2
2011-06-30crypto: testmgr - add xts-aes-256 self-testJarod Wilson1-2/+291
2011-06-29net+crypto: Use vmalloc for zlib inflate buffers.David S. Miller2-8/+6
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-6/+80
2011-05-16crypto: aesni-intel - Merge with fpu.koAndy Lutomirski1-6/+0
2011-05-04crypto: tcrypt - CTR mode speed test for AESJan Glauber1-0/+4
2011-05-04crypto: testmgr - add support for aes ofb modePuneet Saxena2-0/+76
2011-03-31Fix common misspellingsLucas De Marchi5-5/+5
2011-03-22zlib: slim down zlib_deflate() workspace when possibleJim Keniston2-8/+13
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-1/+836
2011-03-13crypto: authencesn - Add algorithm to handle IPsec extended sequence numbersSteffen Klassert2-1/+836
2011-03-04crypto: tcrypt - do not attempt to write to readonly variableDavid Sterba1-1/+2
2011-02-17crypto: sha1 - Add test vector to test partial block processingHerbert Xu1-1/+29
2011-01-29crypto: testmgr - mark ghash as fips_allowedJarod Wilson1-0/+1
2011-01-29crypto: testmgr - mark xts(aes) as fips_allowedJarod Wilson1-0/+1
2011-01-29crypto: skcipher - remove redundant NULL checkDavidlohr Bueso1-2/+1
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds21-125/+1921
2011-01-04crypto: mark crypto workqueues CPU_INTENSIVETejun Heo2-2/+4
2011-01-04crypto: ripemd - Set module author and update email addressAdrian-Ken Rueegsegger4-4/+8
2010-12-28crypto: gf128mul - Remove experimental tagHerbert Xu1-1/+0
2010-12-21crypto: af_alg - fix af_alg memory_allocated data typeRandy Dunlap1-1/+1
2010-12-08crypto: af_alg - Make sure sk_security is initialized on accept()ed socketsMiloslav Trmač1-0/+1
2010-12-02crypto: Use scatterwalk_crypto_chainSteffen Klassert3-51/+8
2010-11-30crypto: algif_skcipher - Handle unaligned receive bufferHerbert Xu1-6/+7
2010-11-30crypto: algif_skcipher - Fixed overflow when sndbuf is page alignedHerbert Xu1-21/+11
2010-11-29crypto: af_alg - Add dependency on NETHerbert Xu1-0/+2
2010-11-28crypto: algif_skcipher - Pass on error from af_alg_make_sgHerbert Xu1-1/+2
2010-11-27crypto: aesni-intel - Ported implementation to x86-32Mathias Krause1-5/+7
2010-11-27crypto: Makefile clean upTracey Dent1-7/+7
2010-11-27crypto: Use vzallocJoe Perches2-4/+2
2010-11-26crypto: algif_skcipher - User-space interface for skcipher operationsHerbert Xu3-0/+649
2010-11-19crypto: algif_hash - User-space interface for hash operationsHerbert Xu3-0/+328
2010-11-19crypto: af_alg - User-space interface for Crypto APIHerbert Xu3-0/+486
2010-11-13crypto: rfc4106 - Extending the RC4106 AES-GCM test vectorsAdrian Hoban3-0/+396
2010-11-13crypto: cast5 - simplify if-statementsNicolas Kaiser1-50/+24
2010-11-12crypto: pcrypt - Fix use after free on padata_freeSteffen Klassert1-1/+0
2010-11-04crypto: hash - Fix async import on shash algorithmHerbert Xu1-1/+7
2010-10-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds1-13/+0
2010-10-26mm: strictly nested kmap_atomic()Peter Zijlstra2-2/+2
2010-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-14/+213
2010-10-07move async raid6 test to lib/Kconfig.debugDan Williams1-13/+0
2010-10-07Blackfin: Rename DES PC2() symbol to avoid collisionDavid Howells1-65/+65
2010-09-20crypto: cryptd - Adding the AEAD interface type support to cryptdAdrian Hoban1-3/+203
2010-09-12crypto: Kconfig - update broken web addressesJustin P. Mattock1-8/+8
2010-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-12/+15
2010-09-03crypto: fips - FIPS requires algorithm self-testsChuck Ebbert1-3/+2
2010-08-09Merge branch 'async' of macbook:git/btrfs-unstableDavid Woodhouse1-0/+14