aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds7-28/+67
2012-09-27crypto: caam - increase TRNG clocks per sampleKim Phillips1-3/+3
2012-09-27crypto: caam - fix error IDs for SEC v5.x RNG4Horia Geanta1-2/+0
2012-09-07crypto: caam - add IPsec ESN supportHoria Geanta2-2/+26
2012-09-07crypto: caam - coccicheck fixesKim Phillips3-8/+16
2012-09-07crypto/caam: Export gen_split_key symbol for other modulesBen Collins1-0/+1
2012-08-20crypto: caam - fix possible deadlock conditionKim Phillips1-5/+5
2012-08-01crypto: caam - set descriptor sharing type to SERIALKim Phillips3-7/+7
2012-08-01crypto: caam - add backward compatible string sec4.0Shengzhou Liu2-6/+15
2012-08-01crypto: caam - fix possible deadlock conditionKim Phillips1-5/+5
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