Home
last modified time | relevance | path

Searched refs:old_rng (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/char/hw_random/
H A Dcore.c342 struct hwrng *rng, *old_rng, *new_rng; in rng_current_store() local
348 old_rng = current_rng; in rng_current_store()
365 if (new_rng != old_rng) in rng_current_store()
607 struct hwrng *old_rng, *new_rng; in hwrng_unregister() local
612 old_rng = current_rng; in hwrng_unregister()
632 if (old_rng != new_rng) in hwrng_unregister()