summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: testmgr - add test vectors for CTR mode IV increasementJussi Kivilinna2012-09-271-1/+1074
* crypto: testmgr - add test vectors for partial ctr(cast5) and ctr(cast6)Jussi Kivilinna2012-09-271-4/+62
* crypto: testmgr - allow non-multi page and multi page skcipher tests from sam...Jussi Kivilinna2012-09-272-2/+170
* crypto: caam - increase TRNG clocks per sampleKim Phillips2012-09-271-3/+3
* crypto, tcrypt: remove local_bh_disable/enable() around local_irq_disable/ena...Suresh Siddha2012-09-271-6/+0
* crypto: tegra-aes - fix error return codePeter Senna Tschudin2012-09-271-0/+1
* crypto: crypto4xx - fix error return codePeter Senna Tschudin2012-09-271-0/+1
* crypto: hifn_795x - fix error return codePeter Senna Tschudin2012-09-271-1/+4
* crypto: ux500 - fix error return codePeter Senna Tschudin2012-09-271-0/+1
* crypto: caam - fix error IDs for SEC v5.x RNG4Horia Geanta2012-09-271-2/+0
* hwrng: mxc-rnga - Access data via structureFabio Estevam2012-09-071-57/+51
* hwrng: mxc-rnga - Adapt clocks to new i.mx clock frameworkFabio Estevam2012-09-071-5/+5
* crypto: caam - add IPsec ESN supportHoria Geanta2012-09-072-2/+26
* crypto: 842 - remove .cra_list initializationJussi Kivilinna2012-09-071-1/+0
* Revert "[CRYPTO] cast6: inline bloat--"Jussi Kivilinna2012-09-071-3/+3
* crypto: cast6 - fix sparse warnings (symbol was not declared, should be static?)Jussi Kivilinna2012-09-071-0/+5
* crypto: cast5 - fix sparse warnings (symbol was not declared, should be static?)Jussi Kivilinna2012-09-071-0/+5
* crypto: camellia-x86_64 - fix sparse warnings (constant is so big)Jussi Kivilinna2012-09-071-688/+688
* crypto: crypto_user - fix sparse warnings (symbol was not declared, should be...Jussi Kivilinna2012-09-072-6/+6
* crypto: cast6-avx - tune assembler code for more performanceJussi Kivilinna2012-09-071-114/+162
* crypto: cast5-avx - tune assembler code for more performanceJussi Kivilinna2012-09-071-106/+160
* crypto: twofish-avx - tune assembler code for more performanceJussi Kivilinna2012-09-071-85/+142
* crypto: geode-aes - Use module_pci_driverSachin Kamat2012-09-071-14/+1
* crypto: remove duplicated includeWei Yongjun2012-09-073-15/+0
* crypto: caam - coccicheck fixesKim Phillips2012-09-073-8/+16
* crypto: ux500/hash - remove unneeded return at ux500_hash_mod_finiDevendra Naga2012-09-071-1/+0
* arm/crypto: Add optimized AES and SHA1 routinesDavid McCullough2012-09-077-0/+1945
* crypto: Add a MAINTAINERS entry for P7+ in-Nest crypto driverKent Yoder2012-09-071-0/+6
* crypto: talitos - add IPsec ESN supportHoria Geanta2012-08-281-2/+28
* crypto: talitos - support for assoc data provided as scatterlistHoria Geanta2012-08-281-51/+125
* crypto: talitos - change type and name for [src|dst]_is_chainedHoria Geanta2012-08-281-21/+20
* crypto: talitos - prune unneeded descriptor allocation paramHoria Geanta2012-08-281-7/+6
* crypto: talitos - fix icv management on outbound directionHoria Geanta2012-08-281-1/+1
* crypto: talitos - consolidate common cra_* assignmentsKim Phillips2012-08-281-146/+17
* crypto: talitos - consolidate cra_type assignmentsKim Phillips2012-08-281-26/+3
* crypto: atmel - Remove possible typo errorTushar Behera2012-08-201-1/+1
* drivers/char/hw_random/octeon-rng.c: drop frees of devm allocated dataJulia Lawall2012-08-201-12/+5
* crypto: nx - Remove virt_to_abs() usage in nx-842.cMichael Ellerman2012-08-201-16/+18
* crypto: aesni_intel - improve lrw and xts performance by utilizing parallel A...Jussi Kivilinna2012-08-202-35/+220
* powerpc/crypto: add 842 crypto driverSeth Jennings2012-08-013-0/+193
* powerpc/crypto: add 842 hardware compression driverSeth Jennings2012-08-015-0/+1644
* powerpc/crypto: add compression support to arch vecSeth Jennings2012-08-011-2/+2
* powerpc/crypto: rework KconfigSeth Jennings2012-08-015-16/+29
* crypto: caam - set descriptor sharing type to SERIALKim Phillips2012-08-013-7/+7
* crypto: caam - add backward compatible string sec4.0Shengzhou Liu2012-08-012-6/+15
* crypto: caam - fix possible deadlock conditionKim Phillips2012-08-011-5/+5
* crypto: cast6 - add x86_64/avx assembler implementationJohannes Goetzfried2012-08-015-0/+1062
* crypto: testmgr - add larger cast6 testvectorsJohannes Goetzfried2012-08-013-2/+1520
* crypto: cast6 - prepare generic module for optimized implementationsJohannes Goetzfried2012-08-013-24/+67
* crypto: cast5 - add x86_64/avx assembler implementationJohannes Goetzfried2012-08-015-0/+928