Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/hw_random/
H A Dcore.c501 size_t entropy, entropy_credit = 0; /* in 1/1024 of a bit */ in hwrng_fillfn() local
530 entropy = rc * quality * 8 + entropy_credit; in hwrng_fillfn()
532 entropy_credit = entropy; in hwrng_fillfn()