summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-27crypto: testmgr - make test_skcipher also test 'dst != src' code pathsJussi Kivilinna1-31/+76
2012-09-27crypto: testmgr - add test vectors for CTR mode IV increasementJussi Kivilinna1-1/+1074
2012-09-27crypto: testmgr - add test vectors for partial ctr(cast5) and ctr(cast6)Jussi Kivilinna1-4/+62
2012-09-27crypto: testmgr - allow non-multi page and multi page skcipher tests from sam...Jussi Kivilinna2-2/+170
2012-09-27crypto: caam - increase TRNG clocks per sampleKim Phillips1-3/+3
2012-09-27crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/ena...Suresh Siddha1-6/+0
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-07hwrng: mxc-rnga - Access data via structureFabio Estevam1-57/+51
2012-09-07hwrng: mxc-rnga - Adapt clocks to new i.mx clock frameworkFabio Estevam1-5/+5
2012-09-07crypto: caam - add IPsec ESN supportHoria Geanta2-2/+26
2012-09-07crypto: 842 - remove .cra_list initializationJussi Kivilinna1-1/+0
2012-09-07Revert "[CRYPTO] cast6: inline bloat--"Jussi Kivilinna1-3/+3
2012-09-07crypto: cast6 - fix sparse warnings (symbol was not declared, should be static?)Jussi Kivilinna1-0/+5
2012-09-07crypto: cast5 - fix sparse warnings (symbol was not declared, should be static?)Jussi Kivilinna1-0/+5
2012-09-07crypto: camellia-x86_64 - fix sparse warnings (constant is so big)Jussi Kivilinna1-688/+688
2012-09-07crypto: crypto_user - fix sparse warnings (symbol was not declared, should be...Jussi Kivilinna2-6/+6
2012-09-07crypto: cast6-avx - tune assembler code for more performanceJussi Kivilinna1-114/+162
2012-09-07crypto: cast5-avx - tune assembler code for more performanceJussi Kivilinna1-106/+160
2012-09-07crypto: twofish-avx - tune assembler code for more performanceJussi Kivilinna1-85/+142
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-07arm/crypto: Add optimized AES and SHA1 routinesDavid McCullough7-0/+1945
2012-09-07crypto: Add a MAINTAINERS entry for P7+ in-Nest crypto driverKent Yoder1-0/+6
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-20crypto: atmel - Remove possible typo errorTushar Behera1-1/+1
2012-08-20drivers/char/hw_random/octeon-rng.c: drop frees of devm allocated dataJulia Lawall1-12/+5
2012-08-20crypto: nx - Remove virt_to_abs() usage in nx-842.cMichael Ellerman1-16/+18
2012-08-20crypto: aesni_intel - improve lrw and xts performance by utilizing parallel A...Jussi Kivilinna2-35/+220
2012-08-01powerpc/crypto: add 842 crypto driverSeth Jennings3-0/+193
2012-08-01powerpc/crypto: add 842 hardware compression driverSeth Jennings5-0/+1644
2012-08-01powerpc/crypto: add compression support to arch vecSeth Jennings1-2/+2
2012-08-01powerpc/crypto: rework KconfigSeth Jennings5-16/+29
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: cast6 - add x86_64/avx assembler implementationJohannes Goetzfried5-0/+1062
2012-08-01crypto: testmgr - add larger cast6 testvectorsJohannes Goetzfried3-2/+1520
2012-08-01crypto: cast6 - prepare generic module for optimized implementationsJohannes Goetzfried3-24/+67