summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam
AgeCommit message (Expand)Author
2014-03-21crypto: caam - add missing key_dma unmapHoria Geanta
2014-03-21crypto: caam - add support for aead null encryptionHoria Geanta
2014-03-21crypto: caam - remove error propagation handlingHoria Geanta
2014-03-21crypto: caam - Fix first parameter to caam_init_rngHerbert Xu
2014-03-10crypto: caam - Dynamic memory allocation for caam_rng_ctx objectNitesh Lal
2014-02-26crypto: caam - writel() arguments are swappedDan Carpenter
2014-02-09crypto: caam - fix ERA retrieval functionAlex Porosanu
2014-02-09crypto: caam - Fix job ring discovery in controller driverNitesh Lal
2013-12-20crypto: caam - simplify and harden key parsingHoria Geanta
2013-11-28crypto: caam - fix aead sglen for case 'dst != src'Horia Geanta
2013-11-26crypto: caam - Add missing Job Ring includeMichael Neuling
2013-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring
2013-10-30crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta
2013-10-30crypto: caam - Add API's to allocate/free Job RingsRuchika Gupta
2013-10-30crypto: caam - Add Platform driver for Job RingRuchika Gupta
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding
2013-10-10drivers: clean-up prom.h implicit includesRob Herring
2013-09-23crypto: caam - map src buffer before accessYashpal Dutta
2013-09-13crypto: caam - enable instantiation of all RNG4 state handlesAlex Porosanu
2013-09-13crypto: caam - fix RNG4 AAI definesAlex Porosanu
2013-09-13crypto: caam - uninstantiate RNG state handle 0 if instantiated by caam driverAlex Porosanu
2013-09-13crypto: caam - split RNG4 instantiation functionAlex Porosanu
2013-09-13crypto: caam - fix RNG4 instantiationAlex Porosanu
2013-09-13crypto: caam - fix hash, alg and rng registration if CAAM driver not initializedAlex Porosanu
2013-09-13crypto: caam - fix RNG state handle instantiation descriptorAlex Porosanu
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2013-08-21crypto: caam - add option for enabling DEBUG modeAlex Porosanu
2013-08-21crypto: caam - replace xstr macro with __stringifyAlex Porosanu
2013-08-01crypto: caam - Remove unused functions from Job RingRuchika Gupta
2013-08-01crypto: caam - RNG instantiation by directly programming DECORuchika Gupta
2013-07-10crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.hVakul Garg
2013-07-10crypto: caam - Fixed the memory out of bound overwrite issueVakul Garg
2013-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptoHerbert Xu
2013-05-28crypto: caam - add missing flag for the LOAD/STORE commandsAndrei Varvara
2013-05-28crypto: caam - Add define for Adjust Output Frame Length in PDBAndrei Varvara
2013-05-28crypto: caam - Add defines for CAAM commandsAndrei Varvara
2013-05-28crypto: caam - Add defines for overwriting Descriptor's memoryAndrei Varvara
2013-05-28crypto: caam - Add new macros for building extended SEC descriptors (> 64 words)Andrei Varvara
2013-05-28crypto: caam - Add MATH command to support shld functionAndrei Varvara
2013-05-28crypto: caam - Fix STORE command to support overwriting Shared Descriptor's m...Andrei Varvara
2013-05-28crypto: caam - fix SEQ IN PTR command when RTO or PRE bit is setAndrei Varvara
2013-05-14crypto: caam - fix inconsistent assoc dma mapping directionHoria Geanta
2013-05-14crypto: caam - FIX RNG init for RNG greater than equal to 4Ruchika Gupta
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-25crypto: caam - fix job ring cleanup codeVakul Garg
2013-04-25crypto: caam - static constify error dataKim Phillips
2013-04-25crypto: caam - change key gen functions to return signed intKim Phillips
2013-03-22crypto: caam - Fix missing init of '.type' in AEAD algos.Vakul Garg