summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-30crypto: omap-aes - Fix CTR mode counter lengthJoel Fernandes1-1/+1
2013-10-30crypto: omap-sham - Add missing modaliasJoni Lapilainen1-0/+1
2013-10-30padata: make the sequence counter an atomic_tMathias Krause2-7/+5
2013-10-30crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta4-178/+55
2013-10-30crypto: caam - Add API's to allocate/free Job RingsRuchika Gupta3-3/+62
2013-10-30crypto: caam - Add Platform driver for Job RingRuchika Gupta9-136/+232
2013-10-30hwrng: msm - Add PRNG support for MSM SoC'sStanimir Varbanov3-0/+210
2013-10-30ARM: DT: msm: Add Qualcomm's PRNG driver binding documentStanimir Varbanov1-0/+17
2013-10-30crypto: skcipher - Use eseqiv even on UP machinesHerbert Xu1-20/+1
2013-10-16crypto: talitos - Simplify key parsingMathias Krause1-27/+8
2013-10-16crypto: picoxcell - Simplify and harden key parsingMathias Krause1-24/+8
2013-10-16crypto: ixp4xx - Simplify and harden key parsingMathias Krause1-17/+9
2013-10-16crypto: authencesn - Simplify key parsingMathias Krause1-22/+4
2013-10-16crypto: authenc - Export key parsing helper functionMathias Krause2-19/+41
2013-10-16crypto: mv_cesa: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-16hwrng: OMAP3 ROM Random Number Generator supportPali Rohár3-0/+155
2013-10-07crypto: sha256_ssse3 - also test for BMI2Oliver Neukum1-1/+1
2013-10-07crypto: mv_cesa - Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-07crypto: sahara - Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-07crypto: crypto_memneq - add equality testing of memory regions w/o timing leaksJames Yonan8-14/+174
2013-10-07hwrng: pseries - Return errors to upper levels in pseries-rng.cMichael Ellerman1-3/+11
2013-10-07hwrng: pseries - Use KBUILD_MODNAME in pseries-rng.cMichael Ellerman1-3/+2
2013-10-07crypto: ablk_helper - Replace memcpy with struct assignmentkbuild test robot1-2/+2
2013-10-07crypto: dcp - Check the return value from devm_ioremap_resource()Fabio Estevam1-0/+2
2013-09-24crypto: dcp - Fix the path for releasing the resourcesFabio Estevam1-8/+10
2013-09-24crypto: dcp - Use devm_request_irq()Fabio Estevam1-15/+7
2013-09-24crypto: dcp - Use devm_ioremap_resource()Fabio Estevam1-6/+1
2013-09-24crypto: move x86 to the generic version of ablk_helperArd Biesheuvel14-205/+30
2013-09-24crypto: create generic version of ablk_helperArd Biesheuvel5-0/+200
2013-09-24crypto: ansi_cprng - Fix off by one error in non-block size requestNeil Horman1-2/+2
2013-09-24ARM: tegra: remove tegra_chip_uid()Stephen Warren1-10/+0
2013-09-24crypto: tegra-aes - Use devm_clk_getSachin Kamat1-4/+1
2013-09-24crypto: tegra-aes - Fix NULL pointer dereferenceSachin Kamat1-1/+3
2013-09-24crypto: tegra-aes - Staticize tegra_aes_cra_exitSachin Kamat1-1/+1
2013-09-24crypto: omap-aes - Staticize local symbolsSachin Kamat1-2/+2
2013-09-24crypto: mv_cesa - Staticize local symbolsSachin Kamat1-5/+5
2013-09-24crypto: caam - map src buffer before accessYashpal Dutta1-9/+25
2013-09-13crypto: caam - enable instantiation of all RNG4 state handlesAlex Porosanu3-52/+169
2013-09-13crypto: caam - fix RNG4 AAI definesAlex Porosanu2-9/+10
2013-09-13crypto: caam - uninstantiate RNG state handle 0 if instantiated by caam driverAlex Porosanu2-6/+57
2013-09-13crypto: caam - split RNG4 instantiation functionAlex Porosanu1-48/+92
2013-09-13crypto: caam - fix RNG4 instantiationAlex Porosanu2-18/+52
2013-09-13crypto: caam - fix hash, alg and rng registration if CAAM driver not initializedAlex Porosanu3-0/+21
2013-09-13crypto: caam - fix RNG state handle instantiation descriptorAlex Porosanu1-1/+3
2013-09-13crypto: tegra - use kernel entropy instead of ad-hocLinus Walleij1-12/+3
2013-09-13hwrng: via-rng - Mark device ID table as __maybe_unusedBen Hutchings1-1/+1
2013-09-13crypto: x86 - restore avx2_supported checkJussi Kivilinna1-0/+2
2013-09-13crypto: sha256_ssse3 - use correct module alias for sha224Jussi Kivilinna1-1/+1
2013-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds56-1364/+3405
2013-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-21/+67