summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-06-25random: mark bootloader randomness code as __initJason A. Donenfeld
2022-06-25crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange
2022-06-25crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange
2022-06-25crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange
2022-06-25crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller
2022-06-25crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller
2022-06-25random: move randomize_page() into mm where it belongsJason A. Donenfeld
2022-06-25random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld
2022-06-25random: remove extern from functions in headerJason A. Donenfeld
2022-06-25random: handle latent entropy and command line from random_init()Jason A. Donenfeld
2022-06-25siphash: use one source of truth for siphash permutationsJason A. Donenfeld
2022-06-25timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld
2022-06-25random: make random_get_entropy() return an unsigned longJason A. Donenfeld
2022-06-25random: replace custom notifier chain with standard oneJason A. Donenfeld
2022-06-25random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld
2022-06-25random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld
2022-06-25random: remove useless header commentJason A. Donenfeld
2022-06-25random: remove unused tracepointsJason A. Donenfeld
2022-06-25random: use hash function for crng_slow_load()Jason A. Donenfeld
2022-06-25random: simplify entropy debitingJason A. Donenfeld
2022-06-25random: rather than entropy_store abstraction, use globalJason A. Donenfeld
2022-06-25crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers
2022-06-25random: early initialization of ChaCha constantsDominik Brodowski
2022-06-25random: initialize ChaCha20 constants with correct endiannessEric Biggers
2022-06-25random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior
2022-06-25crypto: blake2s - adjust include guard namingEric Biggers
2022-06-25crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers
2022-06-25random: remove dead code left over from blocking poolEric Biggers
2022-06-25random: add arch_get_random_*long_early()Mark Rutland
2022-06-25linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_checkRichard Henderson
2022-06-25linux/random.h: Use false with boolRichard Henderson
2022-06-25linux/random.h: Remove arch_has_random, arch_has_random_seedRichard Henderson
2022-06-25random: ignore GRND_RANDOM in getentropy(2)Andy Lutomirski
2022-06-25random: add GRND_INSECURE to return best-effort non-cryptographic bytesAndy Lutomirski
2022-06-25lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld
2022-06-25crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld
2022-06-25crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array()Andy Shevchenko
2022-06-25fdt: add support for rng-seedHsin-Yi Wang
2022-06-25latent_entropy: avoid build error when plugin cflags are not setVasily Gorbik
2022-06-25random: move rand_initialize() earlierKees Cook
2022-06-25random: only read from /dev/random after its pool has received 128 bitsTheodore Ts'o
2022-06-25random: Make crng state queryableJason A. Donenfeld
2022-06-25random: Return nbytes filled from hw RNGTobin C. Harding
2022-06-25random: always fill buffer in get_random_bytes_waitJason A. Donenfeld
2022-06-25crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers
2022-06-16x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta
2022-06-16cpu/speculation: Add prototype for cpu_show_srbds()Guenter Roeck
2022-06-14mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064NTokunori Ikegami
2022-06-14nodemask: Fix return values to be unsignedKees Cook
2022-06-14nodemask.h: fix compilation error with GCC12Christophe de Dinechin