summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* 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: caam - ERA retrieval and printing for SEC deviceAlex Porosanu2012-07-113-2/+58
* crypto: caam - Using alloc_coherent for caam job ringsBharat Bhushan2012-07-111-36/+9Star
* crypto: caam - one tasklet per job ringKim Phillips2012-06-272-9/+6Star
* crypto: caam - consolidate memory barriers from job ring en/dequeueKim Phillips2012-06-271-6/+2Star
* crypto: caam - only query h/w in job ring dequeue pathKim Phillips2012-06-271-12/+5Star
* crypto: caam - use non-irq versions of spinlocks for job ringsKim Phillips2012-06-271-17/+13Star
* crypto: caam - disable IRQ coalescing by defaultKim Phillips2012-06-271-1/+4
* crypto: caam - add support for SEC v5.x RNG4Kim Phillips2012-06-274-14/+196
* crypto: caam - assign 40-bit masks on SEC v5.0 and aboveKim Phillips2012-06-272-2/+15
* crypto: caam - hwrng supportYuan Kang2012-06-273-0/+323
* crypto: caam - chaining supportYuan Kang2012-06-273-64/+147
* crypto: caam - unkeyed ahash supportYuan Kang2012-06-271-17/+58
* crypto: caam - ahash hmac supportYuan Kang2012-06-276-0/+1869
* crypto: caam - link_tbl renameYuan Kang2012-06-273-137/+137
* crypto: caam - refactor key_gen, sgYuan Kang2012-06-276-190/+242
* crypto: caam - remove jr register/deregisterYuan Kang2012-06-272-30/+2Star
* crypto: caam - support external seq in/out lengthsYuan Kang2012-06-272-4/+50
* crypto: caam - add PDB (Protocol Descriptor Block) definitionsHemant Agrawal2012-06-272-16/+401
* crypto: caam - fix descriptor length adjustments for protocol descriptorsKim Phillips2012-06-271-2/+2
* crypto: caam - fix start index for Protocol shared descriptorsYashpal Dutta2012-06-271-2/+2
* crypto: caam - fix input job ring element dma mapping sizeKim Phillips2012-06-271-5/+5
* crypto: caam - remove line continuations from ablkcipher_append_src_dstKim Phillips2012-06-271-5/+5
* crypto: caam - add backward compatible string sec4.0Shengzhou Liu2012-03-292-4/+26
* crypto: caam - fix gcc 4.6 warningKim Phillips2012-01-261-1/+1
* crypto: caam - be less noisy on startupKim Phillips2012-01-131-4/+4
* crypto: caam - add sha224 and sha384 variants to existing AEAD algorithmsHemant Agrawal2012-01-131-0/+115
* crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos2012-01-131-1/+2
* crypto: caam - remove DECO access initialization codeKim Phillips2011-12-202-14/+0Star
* crypto: caam - fix polarity of "propagate error" logicKim Phillips2011-12-203-10/+11
* crypto: caam - more desc.h cleanupsKim Phillips2011-12-201-168/+167Star
* crypto: caam - desc.h - convert spaces to tabsKim Phillips2011-12-201-1039/+1039
* crypto: convert drivers/crypto/* to use module_platform_driver()Axel Lin2011-11-301-12/+1Star
* crypto: caam - add support for MD5 algorithm variantsKim Phillips2011-11-212-0/+58
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-251-13/+13
|\
| * caam: don't pass bogus S_IFCHR to debugfs_create_...()Al Viro2011-07-241-13/+13
* | crypto: caam - ablkcipher supportYuan Kang2011-07-152-0/+511
* | crypto: caam - faster aead implementationYuan Kang2011-07-152-330/+832
* | crypto: caam - structure renamingYuan Kang2011-07-151-21/+43
* | crypto: caam - shorter namesYuan Kang2011-07-151-137/+137
* | crypto: caam - fix build warning when DEBUG_FS not configuredKim Phillips2011-06-301-1/+3
|/
* crypto: caam - fix operator precedence in shared descriptor allocationKim Phillips2011-06-301-3/+3
* crypto: caam - add support for sha512 variants of existing AEAD algorithmsKim Phillips2011-05-192-13/+107
* crypto: caam - remove unused authkeylen from caam_ctxKim Phillips2011-05-191-2/+0Star
* crypto: caam - fix decryption shared vs. non-shared key settingKim Phillips2011-05-191-4/+22
* crypto: caam - platform_bus_type migrationKim Phillips2011-05-191-5/+4Star
* crypto: caam - fix printk recursion for long error textsKim Phillips2011-05-042-3/+4
* crypto: caam - remove unused keylen from session contextKim Phillips2011-05-041-2/+0Star