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

  /src/sys/kern/
kern_entropy.c 683 * if (entropy_extract(seed, sizeof seed, 0) != 0)
859 * that we enter enough before the first entropy_extract to thwart
860 * iterative-guessing attacks; entropy_extract will warn if not.
1460 * entropy_extract(buf, len, flags)
1467 * and then erase them. entropy_extract does not, on its own,
1495 entropy_extract(void *buf, size_t len, int flags) function in typeref:typename:int
2567 pstat->removed = 0; /* XXX total entropy_extract count */
kern_entropy.c 683 * if (entropy_extract(seed, sizeof seed, 0) != 0)
859 * that we enter enough before the first entropy_extract to thwart
860 * iterative-guessing attacks; entropy_extract will warn if not.
1460 * entropy_extract(buf, len, flags)
1467 * and then erase them. entropy_extract does not, on its own,
1495 entropy_extract(void *buf, size_t len, int flags) function in typeref:typename:int
2567 pstat->removed = 0; /* XXX total entropy_extract count */

Completed in 64 milliseconds