summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-0/+3
2013-04-10crypto: algif - suppress sending source address information in recvmsgMathias Krause-0/+3
2013-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-3/+14
2013-04-02crypto: gcm - fix assumption that assoc has one segmentJussi Kivilinna-3/+14
2013-02-28Merge tag 'lzo-update-signature-20130226' of git://github.com/markus-oberhume...Linus Torvalds-18/+20
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-3/+3
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-7/+13
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-92/+267
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-0/+7
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-10/+5
2013-02-20crypto: testmgr - update LZO compression test vectorsMarkus F.X.J. Oberhumer-18/+20
2013-02-19crypto: user - ensure user supplied strings are nul-terminatedMathias Krause-0/+14
2013-02-19crypto: user - fix empty string test in report APIMathias Krause-1/+1
2013-02-19crypto: user - fix info leaks in report APIMathias Krause-30/+29
2013-02-04crypto: use ERR_CASTJulia Lawall-59/+27
2013-01-20crypto: testmgr - add test vector for fcryptJussi Kivilinna-0/+15
2013-01-20crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp...Alexander Boyko-0/+180
2013-01-11crypto: remove depends on CONFIG_EXPERIMENTALKees Cook-10/+5
2013-01-10powerpc: Add a powerpc implementation of SHA-1Michael Ellerman-0/+7
2013-01-07async_tx: fix checking of dma_wait_for_async_tx() return valueBartlomiej Zolnierkiewicz-4/+5
2013-01-07async_tx: fix build for async_memsetBartlomiej Zolnierkiewicz-0/+1
2013-01-07async_tx: add missing DMA unmap to async_memcpy()Bartlomiej Zolnierkiewicz-0/+6
2013-01-07async_tx: use memchr_invAkinobu Mita-3/+1
2013-01-08crypto: ctr - make rfc3686 asynchronous block cipherJussi Kivilinna-63/+115
2012-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-1027/+6184
2012-12-06crypto: testmgr - remove superfluous initializers for xts(aes)Mathias Krause-4/+0
2012-12-06crypto: testmgr - allow compression algs in fips modeMilan Broz-0/+3
2012-12-06crypto: testmgr - add larger crc32c test vector to test FPU path in crc32c_intelJussi Kivilinna-3/+264
2012-12-06crypto: testmgr - clean alg_test_null entries in alg_test_descs[]Jussi Kivilinna-372/+0
2012-12-06crypto: testmgr - remove fips_allowed flag from camellia-aesni null-testsJussi Kivilinna-2/+0
2012-12-06crypto: cast5/cast6 - move lookup tables to shared moduleJussi Kivilinna-549/+309
2012-11-09crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia...Jussi Kivilinna-0/+84
2012-11-09crypto: tcrypt - add async speed test for camellia cipherJussi Kivilinna-0/+23
2012-10-24crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corr...Jussi Kivilinna-3/+8
2012-10-24crypto: testmgr - add new larger DES3_EDE testvectorsJussi Kivilinna-4/+1118
2012-10-24crypto: testmgr - add new larger DES testvectorsJussi Kivilinna-4/+596
2012-10-24crypto: testmgr - add new larger AES testvectorsJussi Kivilinna-8/+1104
2012-10-24crypto: testmgr - expand serpent test vectorsJussi Kivilinna-38/+742
2012-10-24crypto: testmgr - expand blowfish test vectorsJussi Kivilinna-38/+962
2012-10-24crypto: testmgr - expand camellia test vectorsJussi Kivilinna-50/+940
2012-10-15crypto: vmac - Make VMAC work when blocks aren't alignedSalman Qazi-5/+75
2012-10-15crypto: tcrypt - Added speed test in tcrypt for crc32cTim Chen-0/+4
2012-10-15crypto: crc32c - Optimize CRC32C calculation with PCLMULQDQ instructionTim Chen-0/+10
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+1656
2012-10-13Merge tag 'md-3.7' of git://neil.brown.name/mdLinus Torvalds-2/+2
2012-10-11add further __init annotations to crypto/xor.cJan Beulich-2/+2
2012-10-10X.509: Convert some printk calls to pr_develDavid Howells-3/+3
2012-10-10asymmetric keys: fix printk format warningRandy Dunlap-1/+1
2012-10-10MODSIGN: Fix 32-bit overflow in X.509 certificate validity date checkingDavid Howells-20/+51
2012-10-08X.509: Add a crypto key parser for binary (DER) X.509 certificatesDavid Howells-0/+832