Nicolai Stange ([email protected])

Number of posts: 303 (0.13 per day)
First post: 2017-08-18 13:44:41
Last post: 2024-02-21 12:44:13

Date List Subject
2021-10-03 18:17:04 linux-kernel [PATCH 5/8] crypto: api - always set CRYPTO_ALG_TESTED in lookup larvals' ->mask/type
2021-10-03 18:16:47 linux-crypto [PATCH 7/8] crypto: api - lift common mask + type adjustment to crypto_larval_lookup()
2021-10-03 18:16:10 linux-crypto [PATCH 4/8] crypto: api - don't add larvals for !(type & CRYPTO_ALG_TESTED) lookups
2021-10-03 18:15:49 linux-crypto [PATCH 3/8] crypto: api - only support lookups for specific CRYPTO_ALG_TESTED status
2021-10-03 18:15:44 linux-crypto [PATCH 1/8] crypto: af_alg - reject requests for untested algorithms
2021-10-03 18:15:43 linux-crypto [PATCH 2/8] crypto: user - reject requests for untested algorithms
2021-10-03 18:15:41 linux-crypto [PATCH 0/8] crypto: api - priorize tested algorithms in lookup
2020-10-09 06:36:24 linux-wireless Re: [PATCH net 000/117] net: avoid to remove module when its debugfs is being used
2020-10-09 06:30:09 linux-wireless Re: [PATCH net 000/117] net: avoid to remove module when its debugfs is being used
2020-10-07 11:06:10 linux-kernel Re: [DISCUSSION PATCH 00/41] random: possible ways towards NIST SP800-90B compliance
2020-09-21 08:05:33 linux-crypto [RFC PATCH 04/41] random: drop 'reserved' parameter from extract_entropy()
2020-09-21 08:04:08 linux-kernel [RFC PATCH 09/41] random: protect ->entropy_count with the pool spinlock
2020-09-21 08:03:59 linux-crypto [RFC PATCH 29/41] random: move definition of struct queued_entropy and related API upwards
2020-09-21 08:03:52 linux-crypto [RFC PATCH 41/41] random: lower per-IRQ entropy estimate upon health test failure
2020-09-21 08:03:48 linux-kernel [RFC PATCH 30/41] random: add a queued_entropy instance to struct fast_pool
2020-09-21 08:03:44 linux-kernel [RFC PATCH 40/41] random: trigger startup health test on any failure of the health tests
2020-09-21 08:03:38 linux-crypto [RFC PATCH 02/41] random: remove dead code for nbits < 0 in credit_entropy_bits()
2020-09-21 08:03:21 linux-kernel [RFC PATCH 31/41] random: introduce struct health_test + health_test_reset() placeholders
2020-09-21 08:03:13 linux-crypto [RFC PATCH 39/41] random: make the startup tests include muliple APT invocations
2020-09-21 08:02:57 linux-kernel [RFC PATCH 32/41] random: introduce health test stub and wire it up
2020-09-21 08:02:45 linux-crypto [RFC PATCH 34/41] random: implement the "Adaptive Proportion" NIST SP800-90B health test
2020-09-21 08:02:45 linux-crypto [RFC PATCH 33/41] random: make health_test_process() maintain the get_cycles() delta
2020-09-21 08:02:44 linux-crypto [RFC PATCH 38/41] random: enable NIST SP800-90B startup tests
2020-09-21 08:02:41 linux-kernel [RFC PATCH 11/41] random: convert add_timer_randomness() to queued_entropy API
2020-09-21 08:02:36 linux-kernel [RFC PATCH 10/41] random: implement support for delayed entropy dispatching
2020-09-21 08:02:29 linux-crypto [RFC PATCH 36/41] random: optimize the APT's presearch
2020-09-21 08:02:26 linux-crypto [RFC PATCH 37/41] random: implement the "Repetition Count" NIST SP800-90B health test
2020-09-21 08:02:22 linux-crypto [RFC PATCH 28/41] random: don't award entropy to disk + input events if in FIPS mode
2020-09-21 08:02:22 linux-kernel [RFC PATCH 16/41] random: convert random_ioctl() to queued_entropy API
2020-09-21 08:02:14 linux-crypto [RFC PATCH 27/41] random: increase per-IRQ event entropy estimate if in FIPS mode
2020-09-21 08:02:09 linux-kernel [DISCUSSION PATCH 00/41] random: possible ways towards NIST SP800-90B compliance
2020-09-21 08:02:05 linux-crypto [RFC PATCH 35/41] random: improve the APT's statistical power
2020-09-21 08:02:01 linux-crypto [RFC PATCH 14/41] random: drop __credit_entropy_bits_fast()
2020-09-21 08:01:58 linux-crypto [RFC PATCH 12/41] random: convert add_interrupt_randomness() to queued_entropy API
2020-09-21 08:01:57 linux-crypto [RFC PATCH 13/41] random: convert try_to_generate_entropy() to queued_entropy API
2020-09-21 08:01:51 linux-crypto [RFC PATCH 03/41] random: prune dead assignment to entropy_bits in credit_entropy_bits()
2020-09-21 08:01:35 linux-crypto [RFC PATCH 15/41] random: convert add_hwgenerator_randomness() to queued_entropy API
2020-09-21 08:01:21 linux-crypto [RFC PATCH 17/41] random: drop credit_entropy_bits() and credit_entropy_bits_safe()
2020-09-21 08:01:16 linux-crypto [RFC PATCH 18/41] random: move arch_get_random_seed() calls in crng_reseed() into own loop
2020-09-21 08:01:11 linux-crypto [RFC PATCH 19/41] random: reintroduce arch_has_random() + arch_has_random_seed()
2020-09-21 08:01:10 linux-crypto [RFC PATCH 22/41] random: introduce arch_has_sp800_90b_random_seed()
2020-09-21 08:01:09 linux-crypto [RFC PATCH 23/41] random: don't award entropy to non-SP800-90B arch RNGs in FIPS mode
2020-09-21 08:01:02 linux-crypto [RFC PATCH 01/41] random: remove dead code in credit_entropy_bits()
2020-09-21 08:00:48 linux-crypto [RFC PATCH 20/41] random: provide min_crng_reseed_pool_entropy()
2020-09-21 08:00:44 linux-crypto [RFC PATCH 21/41] random: don't invoke arch_get_random_long() from add_interrupt_randomness()
2020-09-21 08:00:42 linux-crypto [RFC PATCH 25/41] random: probe cycle counter resolution at initialization
2020-09-21 08:00:39 linux-crypto [RFC PATCH 26/41] random: implement support for evaluating larger fast_pool entropies
2020-09-21 08:00:25 linux-crypto [RFC PATCH 24/41] init: call time_init() before rand_initialize()
2020-09-21 08:00:07 linux-crypto [RFC PATCH 08/41] random: introduce __credit_entropy_bits_fast() for hot paths
2020-09-21 08:00:07 linux-crypto [RFC PATCH 07/41] random: let pool_entropy_delta() take nbits in units of 2^-ENTROPY_SHIFT
2020-09-21 08:00:07 linux-crypto [RFC PATCH 06/41] random: factor the exponential approximation in credit_entropy_bits() out