aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-10crypto: caam - Fixed the memory out of bound overwrite issueVakul Garg1-1/+1
2013-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptoHerbert Xu1-2/+2
2013-05-28crypto: caam - add missing flag for the LOAD/STORE commandsAndrei Varvara1-0/+1
2013-05-28crypto: caam - Add define for Adjust Output Frame Length in PDBAndrei Varvara1-0/+1
2013-05-28crypto: caam - Add defines for CAAM commandsAndrei Varvara1-0/+9
2013-05-28crypto: caam - Add defines for overwriting Descriptor's memoryAndrei Varvara1-0/+4
2013-05-28crypto: caam - Add new macros for building extended SEC descriptors (> 64 words)Andrei Varvara2-1/+56
2013-05-28crypto: caam - Add MATH command to support shld functionAndrei Varvara1-0/+2
2013-05-28crypto: caam - Fix STORE command to support overwriting Shared Descriptor's memoryAndrei Varvara1-1/+17
2013-05-28crypto: caam - fix SEQ IN PTR command when RTO or PRE bit is setAndrei Varvara2-4/+8
2013-05-14crypto: caam - fix inconsistent assoc dma mapping directionHoria Geanta1-2/+2
2013-05-14crypto: caam - FIX RNG init for RNG greater than equal to 4Ruchika Gupta2-4/+48
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