index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
caam
/
caamrng.c
Age
Commit message (
Expand
)
Author
2020-03-30
crypto: caam - limit single JD RNG output to maximum of 16 bytes
Andrey Smirnov
2020-03-30
crypto: caam - enable prediction resistance in HRWNG
Andrey Smirnov
2020-03-30
crypto: caam - check if RNG job failed
Andrey Smirnov
2020-03-30
crypto: caam - simplify RNG implementation
Andrey Smirnov
2020-03-30
crypto: caam - drop global context pointer and init_done
Andrey Smirnov
2020-03-30
crypto: caam - use struct hwrng's .init for initialization
Andrey Smirnov
2020-02-22
crypto: caam - change return code in caam_jr_enqueue function
Iuliana Prodan
2019-08-30
crypto: caam - make CAAM_PTR_SZ dynamic
Andrey Smirnov
2019-08-09
crypto: caam - execute module exit point only if necessary
Iuliana Prodan
2019-08-09
crypto: caam - free resources in case caam_rng registration failed
Iuliana Prodan
2019-05-30
crypto: caam - print debug messages at debug level
Sascha Hauer
2019-05-23
crypto: caam - convert top level drivers to libraries
Horia Geantă
2019-03-07
crypto: caam - add missing put_device() call
Wen Yang
2018-11-16
crypto: caam - add register map changes cf. Era 10
Horia Geantă
2018-10-17
crypto: caam - add SPDX license identifier to all files
Horia Geantă
2017-07-18
crypto: caam - clean-up in caam_init_rng()
Horia Geantă
2016-11-13
crypto: caam - trivial code clean-up
Horia Geantă
2016-11-13
crypto: caam - fix smatch warnings
Horia Geantă
2016-11-13
crypto: caam - completely remove error propagation handling
Horia Geantă
2015-08-24
crypto: caam - Use the preferred style for memory allocations
Fabio Estevam
2015-08-13
crypto: caam - Fix error handling in caam_rng_init()
Fabio Estevam
2015-08-10
crypto: caam - Detect hardware features during algorithm registration
Victoria Milhoan
2015-08-10
crypto: caam - Add cache coherency support
Victoria Milhoan
2015-06-16
crypto: caam - fix RNG buffer cache alignment
Steve Cornelius
2015-03-09
hwrng: caam - fix rng_unmap_ctx's DMA_UNMAP size problem
Yanjiang Jin
2014-07-23
crypto: caam - fix "failed to check map error" DMA warnings
Horia Geanta
2014-07-10
crypto: caam - Check for CAAM block presence before registering with crypto l...
Ruchika Gupta
2014-05-08
crypto: caam - Contain caam_jr_strstatus() ugliness
Marek Vasut
2014-03-21
crypto: caam - Fix first parameter to caam_init_rng
Herbert Xu
2014-03-10
crypto: caam - Dynamic memory allocation for caam_rng_ctx object
Nitesh Lal
2013-10-30
crypto: caam - Modify the interface layers to use JR API's
Ruchika Gupta
2013-10-30
crypto: caam - Add Platform driver for Job Ring
Ruchika Gupta
2013-09-13
crypto: caam - fix hash, alg and rng registration if CAAM driver not initialized
Alex Porosanu
2012-08-01
crypto: caam - set descriptor sharing type to SERIAL
Kim Phillips
2012-08-01
crypto: caam - add backward compatible string sec4.0
Shengzhou Liu
2012-06-27
crypto: caam - hwrng support
Yuan Kang