HomeSort by: relevance | last modified time | path
    Searched defs:entropy_extract (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
kern_entropy.c 684 * if (entropy_extract(seed, sizeof seed, 0) != 0)
860 * that we enter enough before the first entropy_extract to thwart
861 * iterative-guessing attacks; entropy_extract will warn if not.
1461 * entropy_extract(buf, len, flags)
1468 * and then erase them. entropy_extract does not, on its own,
1496 entropy_extract(void *buf, size_t len, int flags) function
2568 pstat->removed = 0; /* XXX total entropy_extract count */

Completed in 54 milliseconds