aboutsummaryrefslogtreecommitdiff
path: root/crypto/jitterentropy-kcapi.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05crypto: jitter - Use kvfree_sensitive() to fix Coccinelle warningGravatar Thorsten Blum 1-2/+1
2023-10-13crypto: jitter - reuse allocated entropy collectorGravatar Stephan Müller 1-1/+1
2023-10-01crypto: jitter - Allow configuration of oversampling rateGravatar Stephan Müller 1-2/+4
2023-10-01crypto: jitter - Allow configuration of memory sizeGravatar Stephan Müller 1-0/+11
2023-10-01crypto: jitter - add RCT/APT support for different OSRsGravatar Stephan Müller 1-2/+2
2023-05-12crypto: jitter - add interface for gathering of raw entropyGravatar Stephan Müller 1-1/+8
2023-05-12crypto: jitter - replace LFSR with SHA3-256Gravatar Stephan Müller 1-20/+163
2023-04-06crypto: jitter - permanent and intermittent health errorsGravatar Stephan Müller 1-27/+24
2021-12-11crypto: jitter - don't limit ->health_failure check to FIPS modeGravatar Nicolai Stange 1-6/+0
2020-08-20crypto: algapi - Remove skbuff.h inclusionGravatar Herbert Xu 1-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Gravatar Waiman Long 1-1/+1
2020-04-24crypto: jitter - SP800-90B complianceGravatar Stephan Müller 1-0/+27
2019-10-18crypto: jitter - add header to fix buildwarningsGravatar Ben Dooks 1-7/+1
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 1-1/+1
2019-06-06crypto: jitter - update implementation to 2.1.2Gravatar Stephan Müller 1-5/+0
2019-05-30crypto: jitterentropy - change back to module_init()Gravatar Eric Biggers 1-1/+1
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2016-11-17crypto: jitterentropy - drop duplicate header module.hGravatar Geliang Tang 1-1/+0
2016-06-24crypto: jitterentropy - use ktime_get_ns as fallbackGravatar Stephan Mueller 1-9/+13
2015-10-14crypto: jitterentropy - remove unnecessary information from a commentGravatar Alexander Kuleshov 1-4/+0
2015-07-28crypto: jitterentropy - use safe format string parametersGravatar Kees Cook 1-1/+1
2015-06-25crypto: jitterentropy - avoid compiler warningsGravatar Stephan Mueller 1-0/+208