summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
AgeCommit message (Expand)AuthorLines
2012-06-27crypto: caam - disable IRQ coalescing by defaultKim Phillips-1/+4
2012-06-27crypto: caam - add support for SEC v5.x RNG4Kim Phillips-14/+196
2012-06-27crypto: caam - assign 40-bit masks on SEC v5.0 and aboveKim Phillips-2/+15
2012-06-27crypto: caam - hwrng supportYuan Kang-0/+323
2012-06-27crypto: caam - chaining supportYuan Kang-64/+147
2012-06-27crypto: caam - unkeyed ahash supportYuan Kang-17/+58
2012-06-27crypto: caam - ahash hmac supportYuan Kang-0/+1869
2012-06-27crypto: caam - link_tbl renameYuan Kang-137/+137
2012-06-27crypto: caam - refactor key_gen, sgYuan Kang-190/+242
2012-06-27crypto: caam - remove jr register/deregisterYuan Kang-30/+2
2012-06-27crypto: caam - support external seq in/out lengthsYuan Kang-4/+50
2012-06-27crypto: caam - add PDB (Protocol Descriptor Block) definitionsHemant Agrawal-16/+401
2012-06-27crypto: caam - fix descriptor length adjustments for protocol descriptorsKim Phillips-2/+2
2012-06-27crypto: caam - fix start index for Protocol shared descriptorsYashpal Dutta-2/+2
2012-06-27crypto: caam - fix input job ring element dma mapping sizeKim Phillips-5/+5
2012-06-27crypto: caam - remove line continuations from ablkcipher_append_src_dstKim Phillips-5/+5
2012-03-29crypto: caam - add backward compatible string sec4.0Shengzhou Liu-4/+26
2012-01-26crypto: caam - fix gcc 4.6 warningKim Phillips-1/+1
2012-01-13crypto: caam - be less noisy on startupKim Phillips-4/+4
2012-01-13crypto: caam - add sha224 and sha384 variants to existing AEAD algorithmsHemant Agrawal-0/+115
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos-1/+2
2011-12-20crypto: caam - remove DECO access initialization codeKim Phillips-14/+0
2011-12-20crypto: caam - fix polarity of "propagate error" logicKim Phillips-10/+11
2011-12-20crypto: caam - more desc.h cleanupsKim Phillips-168/+167
2011-12-20crypto: caam - desc.h - convert spaces to tabsKim Phillips-1039/+1039
2011-11-30crypto: convert drivers/crypto/* to use module_platform_driver()Axel Lin-12/+1
2011-11-21crypto: caam - add support for MD5 algorithm variantsKim Phillips-0/+58
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-13/+13
2011-07-24caam: don't pass bogus S_IFCHR to debugfs_create_...()Al Viro-13/+13
2011-07-15crypto: caam - ablkcipher supportYuan Kang-0/+511
2011-07-15crypto: caam - faster aead implementationYuan Kang-330/+832
2011-07-15crypto: caam - structure renamingYuan Kang-21/+43
2011-07-15crypto: caam - shorter namesYuan Kang-137/+137
2011-06-30crypto: caam - fix build warning when DEBUG_FS not configuredKim Phillips-1/+3
2011-06-30crypto: caam - fix operator precedence in shared descriptor allocationKim Phillips-3/+3
2011-05-19crypto: caam - add support for sha512 variants of existing AEAD algorithmsKim Phillips-13/+107
2011-05-19crypto: caam - remove unused authkeylen from caam_ctxKim Phillips-2/+0
2011-05-19crypto: caam - fix decryption shared vs. non-shared key settingKim Phillips-4/+22
2011-05-19crypto: caam - platform_bus_type migrationKim Phillips-5/+4
2011-05-04crypto: caam - fix printk recursion for long error textsKim Phillips-3/+4
2011-05-04crypto: caam - remove unused keylen from session contextKim Phillips-2/+0
2011-05-03crypto: caam - remove duplicate dev_errKim Phillips-1/+0
2011-05-03crypto: caam - remove WAIT-FOR-COMPLETIONs from givencrypt descriptorKim Phillips-4/+2
2011-05-03crypto: caam - fix queue interface detectionKim Phillips-1/+1
2011-05-03crypto: caam - handle interrupt lines shared across ringsKim Phillips-26/+20
2011-04-08crypto: caam - introduce missing kfreeJulia Lawall-0/+1
2011-03-27crypto: caam - ARRAY_SIZE() vs sizeof()Dan Carpenter-4/+4
2011-03-27crypto: caam - dereferencing ERR_PTR on allocation failureDan Carpenter-1/+1
2011-03-27crypto: caam - standardize device tree naming convention to utilize '-vX.Y'Kim Phillips-5/+5
2011-03-27crypto: caam - Add support for the Freescale SEC4/CAAMKim Phillips-0/+4935