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

  /src/sys/sys/
entropy.h 57 int entropy_extract(void *, size_t, int);
  /src/sys/kern/
sys_getrandom.c 91 * in order to tell entropy_extract not to bother drawing
98 error = entropy_extract(seed, sizeof seed, extractflags);
144 error = entropy_extract(seed, sizeof seed,
subr_cprng.c 276 * pool. entropy_extract may sleep on an adaptive lock, which
286 entropy_extract(seed, sizeof seed, 0);
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 */
  /src/sys/arch/x86/x86/
pmap.c 1664 entropy_extract(seed, sizeof(seed), 0);

Completed in 20 milliseconds