index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
caamrng.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: caam - add a test for the RNG
Victoria Milhoan (b42089)
2023-06-23
1
-0
/
+48
*
crypto: caam - reduce page 0 regs access to minimum
Horia GeantA
2023-04-14
1
-3
/
+3
*
crypto: caam - Remove GFP_DMA and add DMA alignment padding
Herbert Xu
2023-01-06
1
-4
/
+7
*
hwrng: core - treat default_quality as a maximum and default to 1024
Jason A. Donenfeld
2022-11-18
1
-1
/
+0
*
crypto: caam - limit single JD RNG output to maximum of 16 bytes
Andrey Smirnov
2020-03-30
1
-10
/
+11
*
crypto: caam - enable prediction resistance in HRWNG
Andrey Smirnov
2020-03-30
1
-1
/
+2
*
crypto: caam - check if RNG job failed
Andrey Smirnov
2020-03-30
1
-6
/
+15
*
crypto: caam - simplify RNG implementation
Andrey Smirnov
2020-03-30
1
-215
/
+107
*
crypto: caam - drop global context pointer and init_done
Andrey Smirnov
2020-03-30
1
-34
/
+33
*
crypto: caam - use struct hwrng's .init for initialization
Andrey Smirnov
2020-03-30
1
-23
/
+24
*
crypto: caam - change return code in caam_jr_enqueue function
Iuliana Prodan
2020-02-22
1
-2
/
+2
*
crypto: caam - make CAAM_PTR_SZ dynamic
Andrey Smirnov
2019-08-30
1
-1
/
+1
*
crypto: caam - execute module exit point only if necessary
Iuliana Prodan
2019-08-09
1
-1
/
+13
*
crypto: caam - free resources in case caam_rng registration failed
Iuliana Prodan
2019-08-09
1
-1
/
+4
*
crypto: caam - print debug messages at debug level
Sascha Hauer
2019-05-30
1
-12
/
+10
*
crypto: caam - convert top level drivers to libraries
Horia Geantă
2019-05-23
1
-47
/
+7
*
crypto: caam - add missing put_device() call
Wen Yang
2019-03-07
1
-8
/
+14
*
crypto: caam - add register map changes cf. Era 10
Horia Geantă
2018-11-16
1
-1
/
+9
*
crypto: caam - add SPDX license identifier to all files
Horia Geantă
2018-10-17
1
-0
/
+1
*
crypto: caam - clean-up in caam_init_rng()
Horia Geantă
2017-07-18
1
-5
/
+1
*
crypto: caam - trivial code clean-up
Horia Geantă
2016-11-13
1
-2
/
+1
*
crypto: caam - fix smatch warnings
Horia Geantă
2016-11-13
1
-1
/
+1
*
crypto: caam - completely remove error propagation handling
Horia Geantă
2016-11-13
1
-4
/
+1
*
crypto: caam - Use the preferred style for memory allocations
Fabio Estevam
2015-08-24
1
-1
/
+1
*
crypto: caam - Fix error handling in caam_rng_init()
Fabio Estevam
2015-08-13
1
-3
/
+11
*
crypto: caam - Detect hardware features during algorithm registration
Victoria Milhoan
2015-08-10
1
-1
/
+5
*
crypto: caam - Add cache coherency support
Victoria Milhoan
2015-08-10
1
-0
/
+4
*
crypto: caam - fix RNG buffer cache alignment
Steve Cornelius
2015-06-16
1
-1
/
+1
*
hwrng: caam - fix rng_unmap_ctx's DMA_UNMAP size problem
Yanjiang Jin
2015-03-09
1
-3
/
+3
*
crypto: caam - fix "failed to check map error" DMA warnings
Horia Geanta
2014-07-23
1
-9
/
+42
*
crypto: caam - Check for CAAM block presence before registering with crypto l...
Ruchika Gupta
2014-07-10
1
-0
/
+28
*
crypto: caam - Contain caam_jr_strstatus() ugliness
Marek Vasut
2014-05-08
1
-5
/
+2
*
crypto: caam - Fix first parameter to caam_init_rng
Herbert Xu
2014-03-21
1
-1
/
+1
*
crypto: caam - Dynamic memory allocation for caam_rng_ctx object
Nitesh Lal
2014-03-10
1
-6
/
+9
*
crypto: caam - Modify the interface layers to use JR API's
Ruchika Gupta
2013-10-30
1
-28
/
+9
*
crypto: caam - Add Platform driver for Job Ring
Ruchika Gupta
2013-10-30
1
-3
/
+4
*
crypto: caam - fix hash, alg and rng registration if CAAM driver not initialized
Alex Porosanu
2013-09-13
1
-0
/
+7
*
crypto: caam - set descriptor sharing type to SERIAL
Kim Phillips
2012-08-01
1
-1
/
+1
*
crypto: caam - add backward compatible string sec4.0
Shengzhou Liu
2012-08-01
1
-2
/
+5
*
crypto: caam - hwrng support
Yuan Kang
2012-06-27
1
-0
/
+309