aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-04crypto: s390 - add System z hardware support for XTS modeGerald Schaefer1-14/+8
2011-05-03crypto: caam - remove duplicate dev_errKim Phillips1-1/+0
2011-05-03crypto: caam - remove WAIT-FOR-COMPLETIONs from givencrypt descriptorKim Phillips1-4/+2
2011-05-03crypto: caam - fix queue interface detectionKim Phillips1-1/+1
2011-05-03crypto: caam - handle interrupt lines shared across ringsKim Phillips1-26/+20
2011-04-26crypto: omap-sham - hmac calculation bug fix for sha1 base hashDmitry Kasatkin1-40/+31
2011-04-26crypto: omap-sham - enable driver for EMU chipsDmitry Kasatkin1-1/+2
2011-04-26crypto: omap-sham - remove debug printDmitry Kasatkin1-2/+0
2011-04-26crypto: omap-sham - fix concurrent sha1 calculationsMarkku Kylanpaa1-1/+1
2011-04-08crypto: s5p-sss - add S5PV210 advanced crypto engine supportVladimir Zapolskiy3-0/+713
2011-04-08crypto: caam - introduce missing kfreeJulia Lawall1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2011-03-27crypto: picoxcell - fix possible status FIFO overflowJamie Iles1-29/+35
2011-03-27crypto: padlock - Add SHA-1/256 module for VIA NanoBrilly Wu1-5/+264
2011-03-27crypto: caam - ARRAY_SIZE() vs sizeof()Dan Carpenter1-4/+4
2011-03-27crypto: caam - dereferencing ERR_PTR on allocation failureDan Carpenter1-1/+1
2011-03-27crypto: caam - standardize device tree naming convention to utilize '-vX.Y'Kim Phillips2-5/+5
2011-03-27crypto: caam - Add support for the Freescale SEC4/CAAMKim Phillips15-0/+4938
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-21/+17
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-5/+4
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-11/+9
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-5/+4
2011-02-21crypto: picoxcell - add support for the picoxcell crypto enginesJamie Iles4-1/+2013
2011-01-29crypto: omap-sham - don't treat NULL clk as an errorJamie Iles1-2/+2
2011-01-29crypto: omap-aes - don't treat NULL clk as an errorJamie Iles1-2/+2
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-316/+355
2011-01-07crypto: padlock - Move padlock.h into include/cryptoHerbert Xu3-31/+2
2011-01-06crypto: n2 - use __devexit not __exit in n2_unregister_algsDennis Gilmore1-1/+1
2011-01-04crypto: mv_cesa - dont return PTR_ERR() of wrong pointerRoel Kluin1-1/+1