aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2012-10-07Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds1-2/+15
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-9/+8
2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds29-343/+1924
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-1/+1
2012-09-27crypto: caam - increase TRNG clocks per sampleKim Phillips1-3/+3
2012-09-27crypto: tegra-aes - fix error return codePeter Senna Tschudin1-0/+1
2012-09-27crypto: crypto4xx - fix error return codePeter Senna Tschudin1-0/+1
2012-09-27crypto: hifn_795x - fix error return codePeter Senna Tschudin1-1/+4
2012-09-27crypto: ux500 - fix error return codePeter Senna Tschudin1-0/+1
2012-09-27crypto: caam - fix error IDs for SEC v5.x RNG4Horia Geanta1-2/+0
2012-09-22Merge branch 'kirkwood/dt' of git://git.infradead.org/users/jcooper/linux int...Olof Johansson1-2/+15
2012-09-22Crypto: CESA: Add support for DT based instantiation.Andrew Lunn1-2/+15
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2-2/+2
2012-09-15sparc64: Adjust crypto priorities.David S. Miller1-1/+1
2012-09-14ARM: nomadik: move platform_data definitionsArnd Bergmann2-2/+2
2012-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2012-09-07Merge branch 'merge' into nextBenjamin Herrenschmidt2-7/+7
2012-09-07crypto: caam - add IPsec ESN supportHoria Geanta2-2/+26
2012-09-07crypto: geode-aes - Use module_pci_driverSachin Kamat1-14/+1
2012-09-07crypto: remove duplicated includeWei Yongjun3-15/+0
2012-09-07crypto: caam - coccicheck fixesKim Phillips3-8/+16
2012-09-07crypto: ux500/hash - remove unneeded return at ux500_hash_mod_finiDevendra Naga1-1/+0
2012-09-07crypto/caam: Export gen_split_key symbol for other modulesBen Collins1-0/+1
2012-09-05powerpc/crypto: Remove users of virt_to_abs() and phys_to_abs() in nx crypto ...Michael Ellerman1-9/+8
2012-08-28crypto: talitos - add IPsec ESN supportHoria Geanta1-2/+28
2012-08-28crypto: talitos - support for assoc data provided as scatterlistHoria Geanta1-51/+125
2012-08-28crypto: talitos - change type and name for [src|dst]_is_chainedHoria Geanta1-21/+20
2012-08-28crypto: talitos - prune unneeded descriptor allocation paramHoria Geanta1-7/+6
2012-08-28crypto: talitos - fix icv management on outbound directionHoria Geanta1-1/+1
2012-08-28crypto: talitos - consolidate common cra_* assignmentsKim Phillips1-146/+17
2012-08-28crypto: talitos - consolidate cra_type assignmentsKim Phillips1-26/+3
2012-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-7/+7
2012-08-20crypto: caam - fix possible deadlock conditionKim Phillips1-5/+5
2012-08-20crypto: atmel - Remove possible typo errorTushar Behera1-1/+1
2012-08-20crypto: nx - Remove virt_to_abs() usage in nx-842.cMichael Ellerman1-16/+18
2012-08-01powerpc/crypto: add 842 hardware compression driverSeth Jennings3-0/+1627
2012-08-01powerpc/crypto: rework KconfigSeth Jennings3-14/+25
2012-08-01crypto: caam - set descriptor sharing type to SERIALKim Phillips3-7/+7
2012-08-01crypto: caam - add backward compatible string sec4.0Shengzhou Liu2-6/+15
2012-08-01crypto: caam - fix possible deadlock conditionKim Phillips1-5/+5
2012-08-01crypto: drivers - remove cra_list initializationJussi Kivilinna12-21/+0
2012-07-31Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2012-07-30crypto: hifn_795x - fix 64bit division and undefined __divdi3 on 32bit archsJussi Kivilinna1-2/+2
2012-07-26Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2012-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds30-632/+8382
2012-07-25Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann1-0/+4
2012-07-25ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz1-0/+4
2012-07-23Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-6/+6
2012-07-19n2_crypto: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-2/+1
2012-07-11crypto: talitos - add sha224, sha384 and sha512 to existing AEAD algorithmsHoria Geanta2-1/+166
2012-07-11crypto: talitos - export the talitos_submit functionHoria Geanta2-5/+12
2012-07-11crypto: talitos - move talitos structures to header fileHoria Geanta2-111/+111
2012-07-11crypto: atmel - add Atmel SHA1/SHA256 driverNicolas Royer4-0/+1173
2012-07-11crypto: atmel - add Atmel DES/TDES driverNicolas Royer4-0/+1321
2012-07-11crypto: atmel - add Atmel AES driverNicolas Royer4-0/+1286
2012-07-11crypto: caam - ERA retrieval and printing for SEC deviceAlex Porosanu3-2/+58
2012-07-11crypto: caam - Using alloc_coherent for caam job ringsBharat Bhushan1-36/+9
2012-07-10PM / crypto / ux500: Use struct dev_pm_ops for power managementRafael J. Wysocki2-38/+34
2012-06-27crypto: caam - one tasklet per job ringKim Phillips2-9/+6
2012-06-27crypto: caam - consolidate memory barriers from job ring en/dequeueKim Phillips1-6/+2
2012-06-27crypto: caam - only query h/w in job ring dequeue pathKim Phillips1-12/+5
2012-06-27crypto: caam - use non-irq versions of spinlocks for job ringsKim Phillips1-17/+13
2012-06-27crypto: caam - disable IRQ coalescing by defaultKim Phillips1-1/+4
2012-06-27crypto: caam - add support for SEC v5.x RNG4Kim Phillips4-14/+196
2012-06-27crypto: caam - assign 40-bit masks on SEC v5.0 and aboveKim Phillips2-2/+15
2012-06-27crypto: caam - hwrng supportYuan Kang3-0/+323
2012-06-27crypto: caam - chaining supportYuan Kang3-64/+147
2012-06-27crypto: caam - unkeyed ahash supportYuan Kang1-17/+58
2012-06-27crypto: caam - ahash hmac supportYuan Kang6-0/+1869
2012-06-27crypto: caam - link_tbl renameYuan Kang3-137/+137
2012-06-27crypto: caam - refactor key_gen, sgYuan Kang6-190/+242
2012-06-27crypto: caam - remove jr register/deregisterYuan Kang2-30/+2
2012-06-27crypto: caam - support external seq in/out lengthsYuan Kang2-4/+50
2012-06-27crypto: caam - add PDB (Protocol Descriptor Block) definitionsHemant Agrawal2-16/+401
2012-06-27crypto: caam - fix descriptor length adjustments for protocol descriptorsKim Phillips1-2/+2
2012-06-27crypto: caam - fix start index for Protocol shared descriptorsYashpal Dutta1-2/+2
2012-06-27crypto: caam - fix input job ring element dma mapping sizeKim Phillips1-5/+5
2012-06-27crypto: caam - remove line continuations from ablkcipher_append_src_dstKim Phillips1-5/+5
2012-06-27crypto: nx - fix typo in nx driver config optionSeth Jennings1-1/+1
2012-06-27crypto: nx - move nx build to driver/crypto MakefileSeth Jennings1-0/+1
2012-06-12crypto: add clk_prepare/clk_unpreparePrashant Gaikwad1-6/+6
2012-06-12crypto: mv_cesa - fix for hash finalisation with dataPhil Sutter1-6/+13
2012-06-12crypto: mv_cesa - initialise the interrupt status field to zeroPhil Sutter1-0/+1
2012-06-12crypto: mv_cesa - add an expiry timer in case anything goes wrongPhil Sutter1-10/+31
2012-06-12crypto: bfin_crc - CRC hardware driver for BF60x family processors.Sonic Zhang3-1/+789
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+14
2012-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds18-5/+5310
2012-05-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds14-0/+3271
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+1
2012-05-16s390/crypto des: add missing select statementHeiko Carstens1-0/+1
2012-05-16powerpc/crypto: Build files for the nx device driverKent Yoder2-0/+28
2012-05-16powerpc/crypto: debugfs routines and docs for the nx device driverKent Yoder1-0/+103
2012-05-16powerpc/crypto: SHA512 hash routines for nx encryptionKent Yoder1-0/+265
2012-05-16powerpc/crypto: SHA256 hash routines for nx encryptionKent Yoder1-0/+246
2012-05-16powerpc/crypto: AES-XCBC mode routines for nx encryptionKent Yoder1-0/+236
2012-05-16powerpc/crypto: AES-GCM mode routines for nx encryptionKent Yoder1-0/+353
2012-05-16powerpc/crypto: AES-ECB mode routines for nx encryptionKent Yoder1-0/+139
2012-05-16powerpc/crypto: AES-CTR mode routines for nx encryptionKent Yoder1-0/+178
2012-05-16powerpc/crypto: AES-CCM mode routines for nx encryptionKent Yoder1-0/+468
2012-05-16powerpc/crypto: AES-CBC mode routines for nx encryptionKent Yoder1-0/+141
2012-05-16powerpc/crypto: nx driver code supporting nx encryptionKent Yoder3-0/+1114
2012-05-15crypto: ux500 - Cleanup hardware identificationAndreas Westin3-17/+4
2012-05-15crypto: ux500 - Update DMA handling for 3.4Andreas Westin2-4/+3
2012-05-15crypto: mv_cesa requires on CRYPTO_HASH to buildAlexander Clouter1-0/+1
2012-05-08ARM: Orion: CESA: Add support for clkAndrew Lunn1-0/+14
2012-05-04crypto: ux500 - Add driver for HASH hardwareAndreas Westin5-0/+2435
2012-05-04crypto: ux500 - Add driver for CRYP hardwareAndreas Westin12-0/+2862
2012-04-27crypto: crypto4xx - move up err_request_irq labelJulia Lawall1-1/+1
2012-04-09crypto: talitos - properly lock access to global talitos registersHoria Geanta1-3/+17
2012-04-05crypto: ixp4xx - include fixMichał Wróbel1-0/+1
2012-03-29crypto: caam - add backward compatible string sec4.0Shengzhou Liu2-4/+26
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-9/+0
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds16-31/+1405
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-5/+5
2012-03-20crypto: remove the second argument of k[un]map_atomic()Cong Wang1-5/+5
2012-03-11[S390] Remove monolithic build option for zcrypt driver.Holger Dengler1-9/+0
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman1-0/+1
2012-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2012-02-28crypto: mv_cesa - fix final callback not ignoring input dataPhil Sutter1-0/+1
2012-01-26crypto: Add support for x86 cpuid auto loading for x86 crypto driversAndi Kleen2-9/+16
2012-01-26crypto: caam - fix gcc 4.6 warningKim Phillips1-1/+1
2012-01-13crypto: caam - be less noisy on startupKim Phillips1-4/+4
2012-01-13crypto: caam - add sha224 and sha384 variants to existing AEAD algorithmsHemant Agrawal1-0/+115
2012-01-13crypto: ixp4xx - convert GFP_KERNEL to GFP_ATOMICJulia Lawall1-1/+1
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos11-25/+73
2012-01-13crypto: driver for Tegra AES hardwareVarun Wadekar4-0/+1211
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds12-1330/+1629
2011-12-20crypto: picoxcell - fix boolean and / or confusionJamie Iles1-2/+2
2011-12-20crypto: caam - remove DECO access initialization codeKim Phillips2-14/+0
2011-12-20crypto: caam - fix polarity of "propagate error" logicKim Phillips3-10/+11
2011-12-20crypto: caam - more desc.h cleanupsKim Phillips1-168/+167
2011-12-20crypto: caam - desc.h - convert spaces to tabsKim Phillips1-1039/+1039
2011-12-20crypto: talitos - convert talitos_error to struct deviceKim Phillips1-3/+2
2011-12-20crypto: talitos - remove NO_IRQ referencesKim Phillips1-9/+9
2011-12-20crypto: talitos - fix bad kfreeKim Phillips1-4/+4
2011-11-30crypto: convert drivers/crypto/* to use module_platform_driver()Axel Lin6-69/+6
2011-11-25Merge git://github.com/herbertx/cryptoLinus Torvalds1-5/+7
2011-11-21crypto: mv_cesa - fix hashing of chunks > 1920 bytesPhil Sutter1-5/+7
2011-11-21crypto: caam - add support for MD5 algorithm variantsKim Phillips2-0/+58
2011-11-21crypto: talitos - support for channel remap and 2nd IRQKim Phillips2-72/+149
2011-11-21crypto: talitos - prepare driver for channel remap supportKim Phillips2-30/+38
2011-11-21crypto: talitos - be less noisy on startupKim Phillips1-3/+4
2011-11-21crypto: talitos - add hmac algorithmsLee Nipper1-2/+235
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-10-31crypto: add module.h to those files that are explicitly using itPaul Gortmaker1-0/+1
2011-10-21crypto: talitos - handle descriptor not found in error pathKim Phillips1-8/+10
2011-10-21crypto: Make hifn_795x build depend on !ARCH_DMA_ADDR_T_64BITRichard Weinberger2-4/+3
2011-10-20crypto: picoxcell - add dependency on HAVE_CLKJamie Iles1-1/+1
2011-08-15crypto: n2 - Fix a get/put_cpu() imbalanceThomas Meyer1-2/+2
2011-08-10crypto: picoxcell - fix possible invalid pointer dereferenceJamie Iles1-1/+1
2011-08-10crypto: picoxcell - support for device tree matchingJamie Iles1-6/+30
2011-08-10crypto: picoxcell - add connection ID to the clock nameJamie Iles1-1/+1
2011-08-10crypto: picoxcell - convert to platform ID tableJamie Iles1-60/+33
2011-08-03crypto: padlock-aes - Make module loading even quieter when hardware is missingJonathan Nieder1-3/+1
2011-07-28n2_crypto: Attach on Niagara-T3.David S. Miller1-15/+18
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-13/+13
2011-07-24caam: don't pass bogus S_IFCHR to debugfs_create_...()Al Viro1-13/+13
2011-07-15crypto: caam - ablkcipher supportYuan Kang2-0/+511
2011-07-15crypto: caam - faster aead implementationYuan Kang2-330/+832
2011-07-15crypto: caam - structure renamingYuan Kang1-21/+43
2011-07-15crypto: caam - shorter namesYuan Kang1-137/+137
2011-07-15crypto: talitos - don't bad_key in ablkcipher setkeyKim Phillips1-11/+0
2011-07-15crypto: talitos - remove unused giv from ablkcipher methodsKim Phillips1-4/+3
2011-07-15crypto: talitos - don't set done notification in hot pathKim Phillips1-3/+3
2011-07-15crypto: talitos - ensure request ordering within a single tfmKim Phillips1-9/+14
2011-06-30crypto: crypto4xx - Perform read/modify/write on device control registerJosh Boyer1-1/+4
2011-06-30crypto: caam - fix build warning when DEBUG_FS not configuredKim Phillips1-1/+3
2011-06-30crypto: omap-sham - do not schedule tasklet if there is no active requestsDmitry Kasatkin1-0/+5
2011-06-30crypto: omap-sham - clear device flags when finishing requestDmitry Kasatkin1-1/+3
2011-06-30crypto: omap-sham - irq handler must not clear error codeDmitry Kasatkin1-1/+0
2011-06-30crypto: omap-sham - irq and dma handling changesDmitry Kasatkin1-13/+27
2011-06-30crypto: omap-sham - remove dedicated queue handling taskletDmitry Kasatkin1-15/+9
2011-06-30crypto: omap-sham - remove unnecessary local variableDmitry Kasatkin1-2/+1
2011-06-30crypto: omap-sham - move some flags to device contextDmitry Kasatkin1-13/+6
2011-06-30crypto: omap-sham - replace flags operation with atomic bit operationsDmitry Kasatkin1-16/+13
2011-06-30crypto: omap-sham - replace flags bit mask with bit numberDmitry Kasatkin1-50/+52
2011-06-30crypto: omap-sham - remove unused codeDmitry Kasatkin1-5/+0
2011-06-30crypto: omap-sham - remove extra referenceDmitry Kasatkin1-1/+1
2011-06-30crypto: caam - fix operator precedence in shared descriptor allocationKim Phillips1-3/+3
2011-05-23[S390] ap: skip device registration on type probe failureHolger Dengler1-0/+2
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds20-154/+6157
2011-05-19crypto: caam - add support for sha512 variants of existing AEAD algorithmsKim Phillips2-13/+107
2011-05-19crypto: caam - remove unused authkeylen from caam_ctxKim Phillips1-2/+0
2011-05-19crypto: caam - fix decryption shared vs. non-shared key settingKim Phillips1-4/+22
2011-05-19crypto: caam - platform_bus_type migrationKim Phillips1-5/+4
2011-05-11crypto: mv_cesa - make count_sgs() null-pointer proofPhil Sutter1-6/+2
2011-05-11crypto: mv_cesa - copy remaining bytes to SRAM only when neededPhil Sutter1-6/+6
2011-05-11crypto: mv_cesa - move digest state initialisation to a better placePhil Sutter1-8/+6
2011-05-11crypto: mv_cesa - fill inner/outer IV fields only in HMAC casePhil Sutter1-3/+3
2011-05-11crypto: mv_cesa - refactor copy_src_to_buf()Phil Sutter1-15/+10
2011-05-11crypto: mv_cesa - no need to save digest state after the last chunkPhil Sutter1-6/+6
2011-05-11crypto: mv_cesa - print a warning when registration of AES algos failPhil Sutter1-2/+8
2011-05-11crypto: mv_cesa - drop this call to mv_hash_final from mv_hash_finupPhil Sutter1-3/+0
2011-05-11crypto: mv_cesa - the descriptor pointer register needs to be set just oncePhil Sutter1-2/+1
2011-05-11crypto: mv_cesa - use ablkcipher_request_cast instead of the manual container_ofPhil Sutter1-3/+1
2011-05-04crypto: caam - fix printk recursion for long error textsKim Phillips2-3/+4
2011-05-04crypto: caam - remove unused keylen from session contextKim Phillips1-2/+0
2011-05-04crypto: s390 - add System z hardware support for CTR modeGerald Schaefer1-2/+6
2011-05-04crypto: s390 - cleanup s390 Kconfig optionsJan Glauber1-8/+8
2011-05-04crypto: s390 - add System z hardware support for GHASHGerald Schaefer1-0/+10