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

  /src/sys/lib/libkern/
entpool.h 1 /* $NetBSD: entpool.h,v 1.1 2020/04/30 03:28:19 riastradh Exp $ */
65 struct entpool { struct
74 void entpool_enter(struct entpool *, const void *, size_t);
75 bool entpool_enter_nostir(struct entpool *, const void *, size_t);
76 void entpool_stir(struct entpool *);
77 void entpool_extract(struct entpool *, void *, size_t);
entpool.c 1 /* $NetBSD: entpool.c,v 1.1 2020/04/30 03:28:19 riastradh Exp $ */
71 __KERNEL_RCSID(0, "$NetBSD: entpool.c,v 1.1 2020/04/30 03:28:19 riastradh Exp $");
74 #include "entpool.h"
106 stir(struct entpool *P)
133 entpool_enter(struct entpool *P, const void *buf, size_t len)
181 entpool_enter_nostir(struct entpool *P, const void *buf, size_t len)
218 entpool_stir(struct entpool *P)
240 entpool_extract(struct entpool *P, secret void *buf, size_t len)
422 struct entpool pool, *P = &pool;
  /src/sys/sys/
entropy.h 41 #include <lib/libkern/entpool.h>
  /src/sys/kern/
kern_entropy.c 119 #include <lib/libkern/entpool.h>
146 struct entpool *ec_pool;
183 struct entpool pool; /* global pool for extraction */
510 * generated, because entpool(9) erases whatever we have just
1197 struct entpool pool;
1257 struct entpool *pool = vpool;
  /src/sys/arch/amd64/amd64/
machdep.c 163 #include <lib/libkern/entpool.h> /* XXX */
1631 struct entpool pool;

Completed in 20 milliseconds