aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-11crypto: atmel - add new tests to tcryptNicolas Royer
2012-07-11crypto: atmel - add Atmel SHA1/SHA256 driverNicolas Royer
2012-07-11crypto: atmel - add Atmel DES/TDES driverNicolas Royer
2012-07-11crypto: atmel - add Atmel AES driverNicolas Royer
2012-07-11ARM: AT91SAM9G45: add crypto peripheralsNicolas Royer
2012-07-11crypto: testmgr - allow aesni-intel and ghash_clmulni-intel in fips modeMilan Broz
2012-07-11hwrng: exynos - Add support for Exynos random number generatorJonghwa Lee
2012-07-11crypto: aesni-intel - fix wrong kfree pointerMilan Broz
2012-07-11crypto: caam - ERA retrieval and printing for SEC deviceAlex Porosanu
2012-07-11crypto: caam - Using alloc_coherent for caam job ringsBharat Bhushan
2012-06-27crypto: algapi - Fix hang on crypto allocationSteffen Klassert
2012-06-27crypto: arc4 - now arc needs blockcipher supportSebastian Andrzej Siewior
2012-06-27crypto: caam - one tasklet per job ringKim Phillips
2012-06-27crypto: caam - consolidate memory barriers from job ring en/dequeueKim Phillips
2012-06-27crypto: caam - only query h/w in job ring dequeue pathKim Phillips
2012-06-27crypto: caam - use non-irq versions of spinlocks for job ringsKim Phillips
2012-06-27crypto: caam - disable IRQ coalescing by defaultKim Phillips
2012-06-27crypto: caam - add support for SEC v5.x RNG4Kim Phillips
2012-06-27crypto: caam - assign 40-bit masks on SEC v5.0 and aboveKim Phillips
2012-06-27crypto: caam - hwrng supportYuan Kang
2012-06-27crypto: caam - chaining supportYuan Kang
2012-06-27crypto: caam - unkeyed ahash supportYuan Kang
2012-06-27crypto: caam - ahash hmac supportYuan Kang
2012-06-27crypto: caam - link_tbl renameYuan Kang
2012-06-27crypto: caam - refactor key_gen, sgYuan Kang
2012-06-27crypto: caam - remove jr register/deregisterYuan Kang
2012-06-27crypto: caam - support external seq in/out lengthsYuan Kang
2012-06-27crypto: caam - add PDB (Protocol Descriptor Block) definitionsHemant Agrawal
2012-06-27crypto: caam - fix descriptor length adjustments for protocol descriptorsKim Phillips
2012-06-27crypto: caam - fix start index for Protocol shared descriptorsYashpal Dutta
2012-06-27crypto: caam - fix input job ring element dma mapping sizeKim Phillips
2012-06-27crypto: caam - remove line continuations from ablkcipher_append_src_dstKim Phillips
2012-06-27crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/Jussi Kivilinna
2012-06-27crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/as...Jussi Kivilinna
2012-06-27crypto: twofish-avx - remove duplicated glue code and use shared glue code fr...Jussi Kivilinna
2012-06-27crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue...Jussi Kivilinna
2012-06-27crypto: camellia-x86_64 - remove duplicated glue code and use shared glue cod...Jussi Kivilinna
2012-06-27crypto: serpent-avx: remove duplicated glue code and use shared glue code fro...Jussi Kivilinna
2012-06-27crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna
2012-06-27crypto: serpent-sse2 - prepare serpent-sse2 glue code into generic x86 glue c...Jussi Kivilinna
2012-06-27crypto: aes_ni - change to use shared ablk_* functionsJussi Kivilinna
2012-06-27crypto: twofish-avx - change to use shared ablk_* functionsJussi Kivilinna
2012-06-27crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t...Jussi Kivilinna
2012-06-27crypto: nx - fix typo in nx driver config optionSeth Jennings
2012-06-27crypto: nx - move nx build to driver/crypto MakefileSeth Jennings
2012-06-27hwrng: mxc-rnga - fix data_present APIBenoît Thébaudeau
2012-06-22crypto: algapi - Move larval completion into algbossHerbert Xu
2012-06-14crypto: serpent-sse2/avx - allow both to be built into kernelJussi Kivilinna
2012-06-14crypto: arc4 - improve performance by using u32 for ctx and variablesJussi Kivilinna
2012-06-14crypto: arc4 - improve performance by adding ecb(arc4)Jussi Kivilinna