aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-14crypto: caam - fix inconsistent assoc dma mapping directionHoria Geanta1-2/+2
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds10-11/+27
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-04-25crypto: caam - fix job ring cleanup codeVakul Garg2-0/+5
2013-04-25crypto: caam - static constify error dataKim Phillips1-5/+5
2013-04-25crypto: caam - change key gen functions to return signed intKim Phillips3-4/+4
2013-03-22crypto: caam - Fix missing init of '.type' in AEAD algos.Vakul Garg1-0/+6
2013-03-22crypto: caam - set RDB bit in security configuration registerVakul Garg2-1/+6
2013-03-21Revert "crypto: caam - add IPsec ESN support"Horia Geanta2-26/+2
2013-03-18treewide: Fix typos in printk and commentMasanari Iida1-1/+1
2013-03-10crypto: caam - fix typo "CRYPTO_AHASH"Paul Bolle1-1/+1
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