summaryrefslogtreecommitdiffstats
path: root/crypto/anubis.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-11crypto: talitos - add sha224, sha384 and sha512 to existing AEAD algorithmsHoria Geanta2-1/+166
2012-07-11crypto: talitos - export the talitos_submit functionHoria Geanta2-5/+12
2012-07-11crypto: talitos - move talitos structures to header fileHoria Geanta2-111/+111
2012-07-11crypto: atmel - add new tests to tcryptNicolas Royer1-5/+45
2012-07-11crypto: atmel - add Atmel SHA1/SHA256 driverNicolas Royer4-0/+1173
2012-07-11crypto: atmel - add Atmel DES/TDES driverNicolas Royer4-0/+1321
2012-07-11crypto: atmel - add Atmel AES driverNicolas Royer4-0/+1286
2012-07-11ARM: AT91SAM9G45: add crypto peripheralsNicolas Royer4-1/+164
2012-07-11crypto: testmgr - allow aesni-intel and ghash_clmulni-intel in fips modeMilan Broz1-0/+38
2012-07-11hwrng: exynos - Add support for Exynos random number generatorJonghwa Lee3-0/+195
2012-07-11crypto: aesni-intel - fix wrong kfree pointerMilan Broz1-4/+4
2012-07-11crypto: caam - ERA retrieval and printing for SEC deviceAlex Porosanu3-2/+58
2012-07-11crypto: caam - Using alloc_coherent for caam job ringsBharat Bhushan1-36/+9
2012-06-27crypto: algapi - Fix hang on crypto allocationSteffen Klassert1-1/+1
2012-06-27crypto: arc4 - now arc needs blockcipher supportSebastian Andrzej Siewior1-1/+1
2012-06-27crypto: caam - one tasklet per job ringKim Phillips2-9/+6
2012-06-27crypto: caam - consolidate memory barriers from job ring en/dequeueKim Phillips1-6/+2
2012-06-27crypto: caam - only query h/w in job ring dequeue pathKim Phillips1-12/+5
2012-06-27crypto: caam - use non-irq versions of spinlocks for job ringsKim Phillips1-17/+13
2012-06-27crypto: caam - disable IRQ coalescing by defaultKim Phillips1-1/+4
2012-06-27crypto: caam - add support for SEC v5.x RNG4Kim Phillips4-14/+196
2012-06-27crypto: caam - assign 40-bit masks on SEC v5.0 and aboveKim Phillips2-2/+15
2012-06-27crypto: caam - hwrng supportYuan Kang3-0/+323
2012-06-27crypto: caam - chaining supportYuan Kang3-64/+147
2012-06-27crypto: caam - unkeyed ahash supportYuan Kang1-17/+58
2012-06-27crypto: caam - ahash hmac supportYuan Kang6-0/+1869
2012-06-27crypto: caam - link_tbl renameYuan Kang3-137/+137
2012-06-27crypto: caam - refactor key_gen, sgYuan Kang6-190/+242
2012-06-27crypto: caam - remove jr register/deregisterYuan Kang2-30/+2
2012-06-27crypto: caam - support external seq in/out lengthsYuan Kang2-4/+50
2012-06-27crypto: caam - add PDB (Protocol Descriptor Block) definitionsHemant Agrawal2-16/+401
2012-06-27crypto: caam - fix descriptor length adjustments for protocol descriptorsKim Phillips1-2/+2
2012-06-27crypto: caam - fix start index for Protocol shared descriptorsYashpal Dutta1-2/+2
2012-06-27crypto: caam - fix input job ring element dma mapping sizeKim Phillips1-5/+5
2012-06-27crypto: caam - remove line continuations from ablkcipher_append_src_dstKim Phillips1-5/+5
2012-06-27crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/Jussi Kivilinna3-2/+2
2012-06-27crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/as...Jussi Kivilinna4-2/+2
2012-06-27crypto: twofish-avx - remove duplicated glue code and use shared glue code fr...Jussi Kivilinna4-487/+162
2012-06-27crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue...Jussi Kivilinna2-272/+94
2012-06-27crypto: camellia-x86_64 - remove duplicated glue code and use shared glue cod...Jussi Kivilinna2-269/+87
2012-06-27crypto: serpent-avx: remove duplicated glue code and use shared glue code fro...Jussi Kivilinna2-304/+95
2012-06-27crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna5-351/+431
2012-06-27crypto: serpent-sse2 - prepare serpent-sse2 glue code into generic x86 glue c...Jussi Kivilinna1-163/+303
2012-06-27crypto: aes_ni - change to use shared ablk_* functionsJussi Kivilinna4-102/+20
2012-06-27crypto: twofish-avx - change to use shared ablk_* functionsJussi Kivilinna2-110/+7
2012-06-27crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t...Jussi Kivilinna6-218/+201
2012-06-27crypto: nx - fix typo in nx driver config optionSeth Jennings1-1/+1
2012-06-27crypto: nx - move nx build to driver/crypto MakefileSeth Jennings2-1/+1
2012-06-27hwrng: mxc-rnga - fix data_present APIBenoît Thébaudeau1-8/+13
2012-06-22crypto: algapi - Move larval completion into algbossHerbert Xu3-26/+9