aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-03-21crypto: sha - SHA1 transform x86_64 AVX2chandramouli narayanan1-2/+2
2014-03-21crypto: crypto_wq - Fix late crypto work queue initializationTim Chen1-1/+1
2014-03-21crypto: testmgr - add aead null encryption test vectorsHoria Geanta3-0/+220
2014-03-21crypto: export NULL algorithms definesHoria Geanta1-5/+1
2014-03-21crypto: hash - Simplify the ahash_finup implementationMarek Vasut1-27/+9
2014-03-21crypto: hash - Pull out the functions to save/restore requestMarek Vasut1-45/+62
2014-03-21crypto: hash - Fix the pointer voodoo in unaligned ahashMarek Vasut1-7/+49
2014-03-10crypto: allow blkcipher walks over AEAD dataArd Biesheuvel1-0/+14
2014-03-10crypto: remove direct blkcipher_walk dependency on transformArd Biesheuvel1-34/+33
2014-02-25CRC32C: Add soft module dependency to load other accelerated crc32c modulesTim Chen2-1/+3
2014-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-32/+340
2014-01-05crypto: ahash - Fully restore ahash request before completingMarek Vasut1-1/+4
2013-12-20crypto: tcrypt - Added speed tests for AEAD crypto alogrithms in tcrypt test ...Tim Chen2-0/+280
2013-12-09crypto: memneq - fix for archs without efficient unaligned accessDaniel Borkmann1-1/+2
2013-12-05crypto: pcrypt - Fix wrong usage of rcu_dereference()Mathias Krause1-1/+1
2013-12-05crypto: more robust crypto_memneqCesar Eduardo Barros2-30/+54
2013-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-18/+22
2013-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+6
2013-11-29net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2-0/+6
2013-11-28crypto: testmgr - fix sglen in test_aead for case 'dst != src'Horia Geanta1-14/+12
2013-11-28crypto: caam - fix aead sglen for case 'dst != src'Horia Geanta1-0/+4
2013-11-28crypto: ccm - Fix handling of zero plaintext when computing macHoria Geanta1-1/+2
2013-11-28crypto: authenc - Find proper IV address in ablkcipher callbackTom Lendacky1-3/+4
2013-11-23Revert "KEYS: verify a certificate is signed by a 'trusted' key"Linus Torvalds1-80/+1
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds11-87/+356
2013-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+0
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds11-140/+296
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2-3/+0
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds6-169/+240
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul5-167/+238
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang3-9/+9
2013-11-14raid6test: add new corner case for ioatdma driverDan Williams1-1/+9
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz4-13/+5
2013-11-14async_pq_val: convert to dmaengine_unmap_dataDan Williams1-23/+35
2013-11-14async_pq: convert to dmaengine_unmap_dataDan Williams1-52/+65
2013-11-14async_raid6_recov: convert to dmaengine_unmap_dataDan Williams1-20/+49
2013-11-14async_xor_val: convert to dmaengine_unmap_dataDan Williams1-13/+17
2013-11-14async_xor: convert to dmaengine_unmap_dataDan Williams1-44/+51
2013-11-14async_memcpy: convert to dmaengine_unmap_dataDan Williams1-17/+23
2013-11-01KEYS: The RSA public key algorithm needs to select MPILIBDavid Howells1-0/+1
2013-10-30crypto: skcipher - Use eseqiv even on UP machinesHerbert Xu1-20/+1
2013-10-25ima: provide support for arbitrary hash algorithmsDmitry Kasatkin2-3/+2
2013-10-25keys: change asymmetric keys to use common hash definitionsDmitry Kasatkin6-30/+20
2013-10-25crypto: provide single place for hash algo informationDmitry Kasatkin3-0/+60
2013-10-25async_tx: use DMA_COMPLETE for dma completion statusVinod Koul1-2/+2
2013-10-16crypto: authencesn - Simplify key parsingMathias Krause1-22/+4
2013-10-16crypto: authenc - Export key parsing helper functionMathias Krause1-18/+30
2013-10-07crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan7-13/+157
2013-10-07crypto: ablk_helper - Replace memcpy with struct assignmentkbuild test robot1-2/+2
2013-10-04ARM: add support for bit sliced AES using NEON instructionsArd Biesheuvel1-0/+16
2013-09-25X.509: add module description and licenseKonstantin Khlebnikov1-0/+3
2013-09-25KEYS: verify a certificate is signed by a 'trusted' keyMimi Zohar1-1/+80
2013-09-25KEYS: Set the asymmetric-key type default search methodDavid Howells1-0/+1
2013-09-25X.509: Remove certificate date checksDavid Howells1-38/+0
2013-09-25X.509: Handle certificates that lack an authorityKeyIdentifier fieldDavid Howells1-4/+5
2013-09-25X.509: Check the algorithm IDs obtained from parsing an X.509 certificateDavid Howells1-0/+11
2013-09-25X.509: Embed public_key_signature struct and create filler functionDavid Howells3-55/+74
2013-09-25X.509: struct x509_certificate needs struct tm declaringDavid Howells1-0/+1
2013-09-25KEYS: Split public_key_verify_signature() and make availableDavid Howells3-9/+39
2013-09-25KEYS: Store public key algo ID in public_key structDavid Howells3-5/+5
2013-09-25KEYS: Move the algorithm pointer array from x509 to public_key.cDavid Howells3-11/+10
2013-09-25KEYS: Rename public key parameter name arraysDavid Howells2-11/+11
2013-09-24crypto: move x86 to the generic version of ablk_helperArd Biesheuvel1-15/+10
2013-09-24crypto: create generic version of ablk_helperArd Biesheuvel3-0/+155
2013-09-24crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman1-2/+2
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