cprng_strong
cprng_strong(kern_cprng, l->l_md.md_ia_user,
cprng_strong(kern_cprng, l->l_md.md_ib_user,
cprng_strong(kern_cprng, l->l_md.md_da_user,
cprng_strong(kern_cprng, l->l_md.md_db_user,
cprng_strong(kern_cprng, l->l_md.md_ga_user,
cprng_strong(kern_cprng, seed, sizeof(seed), 0);
cprng_strong(kern_cprng, seed, sizeof seed, 0);
cprng_strong(kern_cprng,
cprng_strong(kern_cprng, tcp_rndiss_sbox, sizeof(tcp_rndiss_sbox), 0);
cprng_strong(kern_cprng, address_key, sizeof(address_key), 0);
struct cprng_strong *kern_cprng __read_mostly; /* IPL_SOFTSERIAL */
struct cprng_strong *user_cprng __read_mostly; /* IPL_NONE */
cprng_strong(user_cprng, &v, sizeof v, 0);
cprng_strong(user_cprng, buf, *oldlenp, 0);
struct cprng_strong *
struct cprng_strong *cprng;
cprng_strong_destroy(struct cprng_strong *cprng)
cprng_strong_reseed(struct cprng_strong *cprng, unsigned epoch,
cprng_strong(struct cprng_strong *cprng, void *buf, size_t len, int flags)
cprng_strong(kern_cprng, &r, sizeof(r), 0);
cprng_strong(kern_cprng, &r, sizeof(r), 0);
cprng_strong(kern_cprng, thmap->seed, sizeof thmap->seed, 0);
cprng_strong(user_cprng, buf, uio->uio_resid, 0);
cprng_strong(kern_cprng, ch, clen, 0);
cprng_strong(kern_cprng, privkey, WG_EPHEMERAL_KEY_LEN, 0);
cprng_strong(kern_cprng,
cprng_strong(kern_cprng,
typedef struct cprng_strong cprng_strong_t;
size_t cprng_strong(cprng_strong_t *, void *, size_t, int);
cprng_strong(kern_cprng, key, sizeof key, 0);