aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam (follow)
AgeCommit message (Expand)AuthorFilesLines
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: 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-03-29crypto: caam - add backward compatible string sec4.0Shengzhou Liu2-4/+26
2012-01-26crypto: caam - fix gcc 4.6 warningKim Phillips1-1/+1
2012-01-13crypto: caam - be less noisy on startupKim Phillips1-4/+4
2012-01-13crypto: caam - add sha224 and sha384 variants to existing AEAD algorithmsHemant Agrawal1-0/+115
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos1-1/+2
2011-12-20crypto: caam - remove DECO access initialization codeKim Phillips2-14/+0
2011-12-20crypto: caam - fix polarity of "propagate error" logicKim Phillips3-10/+11
2011-12-20crypto: caam - more desc.h cleanupsKim Phillips1-168/+167
2011-12-20crypto: caam - desc.h - convert spaces to tabsKim Phillips1-1039/+1039
2011-11-30crypto: convert drivers/crypto/* to use module_platform_driver()Axel Lin1-12/+1
2011-11-21crypto: caam - add support for MD5 algorithm variantsKim Phillips2-0/+58
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-13/+13
2011-07-24caam: don't pass bogus S_IFCHR to debugfs_create_...()Al Viro1-13/+13
2011-07-15crypto: caam - ablkcipher supportYuan Kang2-0/+511
2011-07-15crypto: caam - faster aead implementationYuan Kang2-330/+832
2011-07-15crypto: caam - structure renamingYuan Kang1-21/+43
2011-07-15crypto: caam - shorter namesYuan Kang1-137/+137
2011-06-30crypto: caam - fix build warning when DEBUG_FS not configuredKim Phillips1-1/+3
2011-06-30crypto: caam - fix operator precedence in shared descriptor allocationKim Phillips1-3/+3
2011-05-19crypto: caam - add support for sha512 variants of existing AEAD algorithmsKim Phillips2-13/+107
2011-05-19crypto: caam - remove unused authkeylen from caam_ctxKim Phillips1-2/+0
2011-05-19crypto: caam - fix decryption shared vs. non-shared key settingKim Phillips1-4/+22
2011-05-19crypto: caam - platform_bus_type migrationKim Phillips1-5/+4
2011-05-04crypto: caam - fix printk recursion for long error textsKim Phillips2-3/+4
2011-05-04crypto: caam - remove unused keylen from session contextKim Phillips1-2/+0
2011-05-03crypto: caam - remove duplicate dev_errKim Phillips1-1/+0
2011-05-03crypto: caam - remove WAIT-FOR-COMPLETIONs from givencrypt descriptorKim Phillips1-4/+2
2011-05-03crypto: caam - fix queue interface detectionKim Phillips1-1/+1