Home
last modified time | relevance | path

Searched refs:crng (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/
H A Drandom.c11 * - Fast key erasure RNG, the "crng".
192 * Fast key erasure RNG, the "crng".
229 struct crng { struct
235 static DEFINE_PER_CPU(struct crng, crngs) = {
243 /* This extracts a new crng key from the input pool. */
304 * Return whether the crng seed is considered to be sufficiently old
334 struct crng *crng; in crng_make_state() local
368 crng = raw_cpu_ptr(&crngs); in crng_make_state()
371 * If our per-cpu crng i in crng_make_state()
[all...]
/kernel/linux/linux-6.6/drivers/char/
H A Drandom.c11 * - Fast key erasure RNG, the "crng".
147 * Add a callback function that will be invoked when the crng is initialised,
174 * Fast key erasure RNG, the "crng".
214 struct crng { struct
220 static DEFINE_PER_CPU(struct crng, crngs) = {
248 /* This extracts a new crng key from the input pool. */
321 struct crng *crng; in crng_make_state() local
348 crng = raw_cpu_ptr(&crngs); in crng_make_state()
351 * If our per-cpu crng i in crng_make_state()
[all...]

Completed in 3 milliseconds