aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-28Merge tag 'lzo-update-signature-20130226' of git://github.com/markus-oberhumer/linuxLinus 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-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/powerpcLinus Torvalds1-0/+7
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus 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 implementationAlexander 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 cipherJussi 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 corruptionJussi 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/rusty/linuxLinus 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