Searched defs:cprng (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/crypto/cprng_fast/ |
H A D | cprng_fast.c | 95 cprng->reseed_evcnt = kmem_alloc(sizeof(*cprng->reseed_evcnt), in cprng_fast_get() local 82 struct cprng_fast *const cprng = p; cprng_fast_init_cpu() local 116 cprng_fast_put(struct cprng_fast * cprng,int s) cprng_fast_put() argument 128 struct cprng_fast *cprng; cprng_fast_reseed() local 158 cprng_fast_seed(struct cprng_fast * cprng,const void * seed) cprng_fast_seed() argument 168 cprng_fast_buf(struct cprng_fast * cprng,void * buf,unsigned len) cprng_fast_buf() argument 196 struct cprng_fast *cprng; cprng_fast_buf_short() local [all...] |
/netbsd-src/sys/kern/ |
H A D | subr_cprng.c | 193 struct cprng_strong *cprng; in cprng_strong_create() local 204 cprng_strong_destroy(struct cprng_strong *cprng) in cprng_strong_destroy() 269 cprng_strong_reseed(struct cprng_strong *cprng, unsigned epoch, in cprng_strong_reseed() 299 cprng_strong(struct cprng_strong *cprng, void *buf, size_t len, int flags) in cprng_strong()
|