summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2012-06-27crypto: caam - disable IRQ coalescing by defaultKim Phillips-1/+4
2012-06-27crypto: caam - add support for SEC v5.x RNG4Kim Phillips-14/+196
2012-06-27crypto: caam - assign 40-bit masks on SEC v5.0 and aboveKim Phillips-2/+15
2012-06-27crypto: caam - hwrng supportYuan Kang-0/+323
2012-06-27crypto: caam - chaining supportYuan Kang-64/+147
2012-06-27crypto: caam - unkeyed ahash supportYuan Kang-17/+58
2012-06-27crypto: caam - ahash hmac supportYuan Kang-0/+1869
2012-06-27crypto: caam - link_tbl renameYuan Kang-137/+137
2012-06-27crypto: caam - refactor key_gen, sgYuan Kang-190/+242
2012-06-27crypto: caam - remove jr register/deregisterYuan Kang-30/+2
2012-06-27crypto: caam - support external seq in/out lengthsYuan Kang-4/+50
2012-06-27crypto: caam - add PDB (Protocol Descriptor Block) definitionsHemant Agrawal-16/+401
2012-06-27crypto: caam - fix descriptor length adjustments for protocol descriptorsKim Phillips-2/+2
2012-06-27crypto: caam - fix start index for Protocol shared descriptorsYashpal Dutta-2/+2
2012-06-27crypto: caam - fix input job ring element dma mapping sizeKim Phillips-5/+5
2012-06-27crypto: caam - remove line continuations from ablkcipher_append_src_dstKim Phillips-5/+5
2012-06-27crypto: nx - fix typo in nx driver config optionSeth Jennings-1/+1
2012-06-27crypto: nx - move nx build to driver/crypto MakefileSeth Jennings-0/+1
2012-06-12crypto: mv_cesa - fix for hash finalisation with dataPhil Sutter-6/+13
2012-06-12crypto: mv_cesa - initialise the interrupt status field to zeroPhil Sutter-0/+1
2012-06-12crypto: mv_cesa - add an expiry timer in case anything goes wrongPhil Sutter-10/+31
2012-06-12crypto: bfin_crc - CRC hardware driver for BF60x family processors.Sonic Zhang-1/+789
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds-0/+14
2012-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-5/+5310
2012-05-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-0/+3271
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-0/+1
2012-05-16s390/crypto des: add missing select statementHeiko Carstens-0/+1
2012-05-16powerpc/crypto: Build files for the nx device driverKent Yoder-0/+28
2012-05-16powerpc/crypto: debugfs routines and docs for the nx device driverKent Yoder-0/+103
2012-05-16powerpc/crypto: SHA512 hash routines for nx encryptionKent Yoder-0/+265
2012-05-16powerpc/crypto: SHA256 hash routines for nx encryptionKent Yoder-0/+246
2012-05-16powerpc/crypto: AES-XCBC mode routines for nx encryptionKent Yoder-0/+236
2012-05-16powerpc/crypto: AES-GCM mode routines for nx encryptionKent Yoder-0/+353
2012-05-16powerpc/crypto: AES-ECB mode routines for nx encryptionKent Yoder-0/+139
2012-05-16powerpc/crypto: AES-CTR mode routines for nx encryptionKent Yoder-0/+178
2012-05-16powerpc/crypto: AES-CCM mode routines for nx encryptionKent Yoder-0/+468
2012-05-16powerpc/crypto: AES-CBC mode routines for nx encryptionKent Yoder-0/+141
2012-05-16powerpc/crypto: nx driver code supporting nx encryptionKent Yoder-0/+1114
2012-05-15crypto: ux500 - Cleanup hardware identificationAndreas Westin-17/+4
2012-05-15crypto: ux500 - Update DMA handling for 3.4Andreas Westin-4/+3
2012-05-15crypto: mv_cesa requires on CRYPTO_HASH to buildAlexander Clouter-0/+1
2012-05-08ARM: Orion: CESA: Add support for clkAndrew Lunn-0/+14
2012-05-04crypto: ux500 - Add driver for HASH hardwareAndreas Westin-0/+2435
2012-05-04crypto: ux500 - Add driver for CRYP hardwareAndreas Westin-0/+2862
2012-04-27crypto: crypto4xx - move up err_request_irq labelJulia Lawall-1/+1
2012-04-09crypto: talitos - properly lock access to global talitos registersHoria Geanta-3/+17
2012-04-05crypto: ixp4xx - include fixMichał Wróbel-0/+1
2012-03-29crypto: caam - add backward compatible string sec4.0Shengzhou Liu-4/+26
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-9/+0
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-31/+1405