subr_cprng.c | 33 * cprng_strong 37 * is slightly different from the old cprng_strong API, but the 73 * struct cprng_strong 75 struct cprng_strong { struct 83 * Per-CPU state for a cprng_strong. The DRBG and evcnt are 101 struct cprng_strong *kern_cprng __read_mostly; /* IPL_SOFTSERIAL */ 102 struct cprng_strong *user_cprng __read_mostly; /* IPL_NONE */ 146 cprng_strong(user_cprng, &v, sizeof v, 0); 178 cprng_strong(user_cprng, buf, *oldlenp, 0); 190 struct cprng_strong * 299 cprng_strong(struct cprng_strong *cprng, void *buf, size_t len, int flags) function in typeref:typename:size_t [all...] |