aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2013-09-12crypto: crct10dif - Add fallback for broken initrdsHerbert Xu3-99/+130
2013-09-08crypto: api - Fix race condition in larval lookupHerbert Xu1-1/+6
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds11-34/+305
2013-09-07Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...Herbert Xu6-0/+249
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu8-249/+230
2013-09-02crypto: fcrypt - Fix bitoperation for compilation with clangJan-Simon Möller1-1/+1
2013-08-21crypto: scatterwalk - Add support for calculating number of SG elementsJoel Fernandes1-0/+22
2013-08-21crypto: camellia_generic - replace commas by semicolons and adjust code align...Julia Lawall1-24/+24
2013-08-20crypto: fix typo in commentCristian Stoica1-1/+1
2013-08-14crypto: make tables used from assembler __visibleAndi Kleen2-8/+8
2013-08-01crypto: testmgr - remove double execution of the same test suiteCristian Stoica1-1/+1
2013-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-249/+0
2013-07-24Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Herbert Xu6-249/+0
2013-07-09crypto: add lz4 Cryptographic APIChanho Min4-0/+230
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-80/+381
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz3-94/+0
2013-07-03drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook1-2/+2
2013-07-03crypto: sanitize argument for format stringKees Cook1-1/+2
2013-06-25crypto: algboss - Hold ref count on larvalHerbert Xu3-13/+14
2013-06-21crypto: testmgr - test hash implementations with unaligned buffersJussi Kivilinna1-2/+39
2013-06-21crypto: testmgr - test AEADs with unaligned buffersJussi Kivilinna1-6/+31
2013-06-21crypto: testmgr - test skciphers with unaligned buffersJussi Kivilinna1-4/+29
2013-06-21crypto: testmgr - check that entries in alg_test_descs are in correct orderJussi Kivilinna1-0/+31
2013-06-21Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish...Jussi Kivilinna2-36/+0
2013-06-21Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"Jussi Kivilinna2-30/+0
2013-06-05crypto: blowfish - disable AVX2 implementationJussi Kivilinna1-0/+1
2013-06-05crypto: twofish - disable AVX2 implementationJussi Kivilinna1-0/+1
2013-05-28crypto: sha512_generic - set cra_driver_nameJussi Kivilinna1-0/+2
2013-05-24crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hashTim Chen3-0/+51
2013-05-24crypto: crct10dif - Glue code to cast accelerated CRCT10DIF assembly as a cry...Tim Chen1-0/+11
2013-05-20crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform fram...Tim Chen3-0/+187
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+47
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds10-83/+1949
2013-04-29raid6test: use prandom_bytes()Akinobu Mita1-7/+2
2013-04-25crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camelli...Jussi Kivilinna2-0/+35
2013-04-25crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipherJussi Kivilinna2-0/+38
2013-04-25crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherJussi Kivilinna2-0/+36
2013-04-25crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipherJussi Kivilinna2-0/+30
2013-04-25crypto: tcrypt - add async cipher speed tests for blowfishJussi Kivilinna1-0/+15
2013-04-25crypto: testmgr - extend camellia test-vectors for camellia-aesni/avx2Jussi Kivilinna1-38/+1062
2013-04-25crypto: aesni_intel - fix Kconfig problem with CRYPTO_GLUE_HELPER_X86Jussi Kivilinna1-1/+1
2013-04-25crypto: aesni_intel - add more optimized XTS mode for x86-64Jussi Kivilinna1-0/+1
2013-04-25crypto: add CMAC support to CryptoAPIJussi Kivilinna6-1/+480
2013-04-25crypto: testmgr - add empty test vectors for null ciphersJussi Kivilinna1-0/+9
2013-04-25crypto: testmgr - add AES GMAC test vectorsJussi Kivilinna3-2/+108
2013-04-25crypto: gcm - fix rfc4543 to handle async crypto correctlyJussi Kivilinna1-2/+17
2013-04-25crypto: gcm - make GMAC work when dst and src are differentJussi Kivilinna2-17/+81
2013-04-25crypto: sha512 - Create module providing optimized SHA512 routines using SSSE...Tim Chen1-0/+11
2013-04-25crypto: sha512 - Expose generic sha512 routine to be callable from other modulesTim Chen1-6/+7
2013-04-25crypto: sha256 - Create module providing optimized SHA256 routines using SSSE...Tim Chen1-0/+11
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-0/+3
2013-04-22X.509: Support parse long form of length octets in Authority Key IdentifierChun-Yi Lee1-8/+47
2013-04-10crypto: algif - suppress sending source address information in recvmsgMathias Krause2-0/+3
2013-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+14
2013-04-03crypto: sha256 - Expose SHA256 generic routine to be callable externally.Tim Chen1-5/+6
2013-04-02crypto: gcm - fix assumption that assoc has one segmentJussi Kivilinna1-3/+14
2013-03-10crypto: user - constify netlink dispatch tableMathias Krause1-2/+2
2013-02-28Merge tag 'lzo-update-signature-20130226' of git://github.com/markus-oberhume...Linus Torvalds1-18/+20
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-3/+3
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds4-7/+13
2013-02-26crypto: crc32c - Kill pointless CRYPTO_CRC32C_X86_64 optionHerbert Xu1-10/+0
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds21-92/+267
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+7
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+5
2013-02-20crypto: testmgr - update LZO compression test vectorsMarkus F.X.J. Oberhumer1-18/+20
2013-02-19crypto: user - ensure user supplied strings are nul-terminatedMathias Krause1-0/+14
2013-02-19crypto: user - fix empty string test in report APIMathias Krause1-1/+1
2013-02-19crypto: user - fix info leaks in report APIMathias Krause8-30/+29
2013-02-04crypto: use ERR_CASTJulia Lawall11-59/+27
2013-01-20crypto: testmgr - add test vector for fcryptJussi Kivilinna1-0/+15
2013-01-20crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp...Alexander Boyko3-0/+180
2013-01-11crypto: remove depends on CONFIG_EXPERIMENTALKees Cook1-10/+5
2013-01-10powerpc: Add a powerpc implementation of SHA-1Michael Ellerman1-0/+7
2013-01-07async_tx: fix checking of dma_wait_for_async_tx() return valueBartlomiej Zolnierkiewicz1-4/+5
2013-01-07async_tx: fix build for async_memsetBartlomiej Zolnierkiewicz1-0/+1
2013-01-07async_tx: add missing DMA unmap to async_memcpy()Bartlomiej Zolnierkiewicz1-0/+6
2013-01-07async_tx: use memchr_invAkinobu Mita1-3/+1
2013-01-08crypto: ctr - make rfc3686 asynchronous block cipherJussi Kivilinna3-63/+115
2012-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-1027/+6184
2012-12-06crypto: testmgr - remove superfluous initializers for xts(aes)Mathias Krause1-4/+0
2012-12-06crypto: testmgr - allow compression algs in fips modeMilan Broz1-0/+3
2012-12-06crypto: testmgr - add larger crc32c test vector to test FPU path in crc32c_intelJussi Kivilinna1-3/+264
2012-12-06crypto: testmgr - clean alg_test_null entries in alg_test_descs[]Jussi Kivilinna1-372/+0
2012-12-06crypto: testmgr - remove fips_allowed flag from camellia-aesni null-testsJussi Kivilinna1-2/+0
2012-12-06crypto: cast5/cast6 - move lookup tables to shared moduleJussi Kivilinna5-549/+309
2012-11-09crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia...Jussi Kivilinna2-0/+84
2012-11-09crypto: tcrypt - add async speed test for camellia cipherJussi Kivilinna1-0/+23
2012-10-24crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...Jussi Kivilinna1-3/+8
2012-10-24crypto: testmgr - add new larger DES3_EDE testvectorsJussi Kivilinna3-4/+1118
2012-10-24crypto: testmgr - add new larger DES testvectorsJussi Kivilinna3-4/+596
2012-10-24crypto: testmgr - add new larger AES testvectorsJussi Kivilinna1-8/+1104
2012-10-24crypto: testmgr - expand serpent test vectorsJussi Kivilinna1-38/+742
2012-10-24crypto: testmgr - expand blowfish test vectorsJussi Kivilinna1-38/+962
2012-10-24crypto: testmgr - expand camellia test vectorsJussi Kivilinna1-50/+940
2012-10-15crypto: vmac - Make VMAC work when blocks aren't alignedSalman Qazi2-5/+75
2012-10-15crypto: tcrypt - Added speed test in tcrypt for crc32cTim Chen1-0/+4
2012-10-15crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instructionTim Chen1-0/+10
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds16-0/+1656
2012-10-13Merge tag 'md-3.7' of git://neil.brown.name/mdLinus Torvalds1-2/+2
2012-10-11add further __init annotations to crypto/xor.cJan Beulich1-2/+2
2012-10-10X.509: Convert some printk calls to pr_develDavid Howells1-3/+3
2012-10-10asymmetric keys: fix printk format warningRandy Dunlap1-1/+1
2012-10-10MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checkingDavid Howells3-20/+51
2012-10-08X.509: Add a crypto key parser for binary (DER) X.509 certificatesDavid Howells8-0/+832
2012-10-08RSA: Fix signature verification for shorter signaturesDavid Howells1-3/+11
2012-10-08RSA: Implement signature verification algorithm [PKCS#1 / RFC3447]David Howells4-0/+279
2012-10-08KEYS: Provide signature verification with an asymmetric keyDavid Howells2-1/+50
2012-10-08KEYS: Asymmetric public-key algorithm crypto key subtypeDavid Howells4-0/+146
2012-10-08KEYS: Asymmetric key pluggable data parsersDavid Howells1-1/+119
2012-10-08KEYS: Implement asymmetric key typeDavid Howells6-0/+193
2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds34-442/+4488
2012-10-02crypto: Build SPARC DES algorithms on SPARC only.Dave Jones1-0/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+3
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-0/+97
2012-09-27crypto: tcrypt - add missing tests for camellia and ghashJussi Kivilinna1-0/+7
2012-09-27crypto: testmgr - make test_aead also test 'dst != src' code pathsJussi Kivilinna1-48/+105
2012-09-27crypto: testmgr - make test_skcipher also test 'dst != src' code pathsJussi Kivilinna1-31/+76
2012-09-27crypto: testmgr - add test vectors for CTR mode IV increasementJussi Kivilinna1-1/+1074
2012-09-27crypto: testmgr - add test vectors for partial ctr(cast5) and ctr(cast6)Jussi Kivilinna1-4/+62
2012-09-27crypto: testmgr - allow non-multi page and multi page skcipher tests from sam...Jussi Kivilinna2-2/+170
2012-09-27crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/ena...Suresh Siddha1-6/+0
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-09-11crypto: authenc - Fix crash with zero-length assoc dataHerbert Xu1-2/+2
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-2/+2
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-2/+1
2012-09-07crypto: 842 - remove .cra_list initializationJussi Kivilinna1-1/+0
2012-09-07Revert "[CRYPTO] cast6: inline bloat--"Jussi Kivilinna1-3/+3
2012-09-07crypto: crypto_user - fix sparse warnings (symbol was not declared, should be...Jussi Kivilinna2-6/+6
2012-09-07arm/crypto: Add optimized AES and SHA1 routinesDavid McCullough1-0/+33
2012-08-28sparc64: Add CAMELLIA driver making use of the new camellia opcodes.David S. Miller1-0/+16
2012-08-25sparc64: Add DES driver making use of the new des opcodes.David S. Miller1-0/+8
2012-08-22sparc64: Add CRC32C driver making use of the new crc32c opcode.David S. Miller1-0/+9
2012-08-22sparc64: Add AES driver making use of the new aes opcodes.David S. Miller1-0/+28
2012-08-20sparc64: Add MD5 driver making use of the 'md5' instruction.David S. Miller1-0/+9
2012-08-20sparc64: Add SHA384/SHA512 driver making use of the 'sha512' instruction.David S. Miller1-0/+9
2012-08-20sparc64: Add SHA224/SHA256 driver making use of the 'sha256' instruction.David S. Miller1-0/+9
2012-08-20sparc64: Add SHA1 driver making use of the 'sha1' instruction.David S. Miller1-0/+9
2012-08-20crypto: aesni_intel - improve lrw and xts performance by utilizing parallel A...Jussi Kivilinna1-0/+2
2012-08-01powerpc/crypto: add 842 crypto driverSeth Jennings3-0/+193
2012-08-01crypto: cast6 - add x86_64/avx assembler implementationJohannes Goetzfried2-0/+77
2012-08-01crypto: testmgr - add larger cast6 testvectorsJohannes Goetzfried3-2/+1520
2012-08-01crypto: cast6 - prepare generic module for optimized implementationsJohannes Goetzfried2-24/+44
2012-08-01crypto: cast5 - add x86_64/avx assembler implementationJohannes Goetzfried2-0/+74
2012-08-01crypto: testmgr - add larger cast5 testvectorsJohannes Goetzfried4-2/+871
2012-08-01crypto: cast5 - prepare generic module for optimized implementationsJohannes Goetzfried2-34/+47
2012-08-01crypto: cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna15-15/+0
2012-08-01crypto: whirlpool - use crypto_[un]register_shashesJussi Kivilinna1-33/+6
2012-08-01crypto: sha512 - use crypto_[un]register_shashesJussi Kivilinna1-15/+5
2012-08-01crypto: sha256 - use crypto_[un]register_shashesJussi Kivilinna1-20/+5
2012-08-01crypto: tiger - use crypto_[un]register_shashesJussi Kivilinna1-32/+6
2012-08-01crypto: add crypto_[un]register_shashes for [un]registering multiple shash en...Jussi Kivilinna1-0/+36
2012-08-01crypto: ansi_cprng - use crypto_[un]register_algsJussi Kivilinna1-40/+23
2012-08-01crypto: serpent - use crypto_[un]register_algsJussi Kivilinna1-34/+19
2012-08-01crypto: des - use crypto_[un]register_algsJussi Kivilinna1-20/+5
2012-08-01crypto: crypto_null - use crypto_[un]register_algsJussi Kivilinna1-39/+18
2012-08-01crypto: tea - use crypto_[un]register_algsJussi Kivilinna1-35/+6
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