summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamrng.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - add a test for the RNGVictoria Milhoan (b42089)2023-06-231-0/+48
* crypto: caam - reduce page 0 regs access to minimumHoria GeantA2023-04-141-3/+3
* crypto: caam - Remove GFP_DMA and add DMA alignment paddingHerbert Xu2023-01-061-4/+7
* hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld2022-11-181-1/+0
* crypto: caam - limit single JD RNG output to maximum of 16 bytesAndrey Smirnov2020-03-301-10/+11
* crypto: caam - enable prediction resistance in HRWNGAndrey Smirnov2020-03-301-1/+2
* crypto: caam - check if RNG job failedAndrey Smirnov2020-03-301-6/+15
* crypto: caam - simplify RNG implementationAndrey Smirnov2020-03-301-215/+107
* crypto: caam - drop global context pointer and init_doneAndrey Smirnov2020-03-301-34/+33
* crypto: caam - use struct hwrng's .init for initializationAndrey Smirnov2020-03-301-23/+24
* crypto: caam - change return code in caam_jr_enqueue functionIuliana Prodan2020-02-221-2/+2
* crypto: caam - make CAAM_PTR_SZ dynamicAndrey Smirnov2019-08-301-1/+1
* crypto: caam - execute module exit point only if necessaryIuliana Prodan2019-08-091-1/+13
* crypto: caam - free resources in case caam_rng registration failedIuliana Prodan2019-08-091-1/+4
* crypto: caam - print debug messages at debug levelSascha Hauer2019-05-301-12/+10
* crypto: caam - convert top level drivers to librariesHoria Geantă2019-05-231-47/+7
* crypto: caam - add missing put_device() callWen Yang2019-03-071-8/+14
* crypto: caam - add register map changes cf. Era 10Horia Geantă2018-11-161-1/+9
* crypto: caam - add SPDX license identifier to all filesHoria Geantă2018-10-171-0/+1
* crypto: caam - clean-up in caam_init_rng()Horia Geantă2017-07-181-5/+1
* crypto: caam - trivial code clean-upHoria Geantă2016-11-131-2/+1
* crypto: caam - fix smatch warningsHoria Geantă2016-11-131-1/+1
* crypto: caam - completely remove error propagation handlingHoria Geantă2016-11-131-4/+1
* crypto: caam - Use the preferred style for memory allocationsFabio Estevam2015-08-241-1/+1
* crypto: caam - Fix error handling in caam_rng_init()Fabio Estevam2015-08-131-3/+11
* crypto: caam - Detect hardware features during algorithm registrationVictoria Milhoan2015-08-101-1/+5
* crypto: caam - Add cache coherency supportVictoria Milhoan2015-08-101-0/+4
* crypto: caam - fix RNG buffer cache alignmentSteve Cornelius2015-06-161-1/+1
* hwrng: caam - fix rng_unmap_ctx's DMA_UNMAP size problemYanjiang Jin2015-03-091-3/+3
* crypto: caam - fix "failed to check map error" DMA warningsHoria Geanta2014-07-231-9/+42
* crypto: caam - Check for CAAM block presence before registering with crypto l...Ruchika Gupta2014-07-101-0/+28
* crypto: caam - Contain caam_jr_strstatus() uglinessMarek Vasut2014-05-081-5/+2
* crypto: caam - Fix first parameter to caam_init_rngHerbert Xu2014-03-211-1/+1
* crypto: caam - Dynamic memory allocation for caam_rng_ctx objectNitesh Lal2014-03-101-6/+9
* crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta2013-10-301-28/+9
* crypto: caam - Add Platform driver for Job RingRuchika Gupta2013-10-301-3/+4
* crypto: caam - fix hash, alg and rng registration if CAAM driver not initializedAlex Porosanu2013-09-131-0/+7
* crypto: caam - set descriptor sharing type to SERIALKim Phillips2012-08-011-1/+1
* crypto: caam - add backward compatible string sec4.0Shengzhou Liu2012-08-011-2/+5
* crypto: caam - hwrng supportYuan Kang2012-06-271-0/+309