cprng_fast
cprng_fast(task->ct_iv, ivlen);
cprng_fast(op_iv, sizeof(op_iv));
cprng_fast(sc->op_iv, 16);
cprng_fast_get(struct cprng_fast **cprngp)
struct cprng_fast *cprng;
cprng_fast_put(struct cprng_fast *cprng, int s)
cprng_fast_schedule_reseed(struct cprng_fast *cprng __unused)
struct cprng_fast *cprng;
cprng_fast_seed(struct cprng_fast *cprng, const void *seed)
cprng_fast_buf(struct cprng_fast *cprng, void *buf, unsigned len)
struct cprng_fast *cprng;
CTASSERT(sizeof(seed) <= sizeof(((struct cprng_fast *)0)->buf));
if (len <= sizeof(((struct cprng_fast *)0)->buf))
static void cprng_fast_schedule_reseed(struct cprng_fast *);
static void cprng_fast_seed(struct cprng_fast *, const void *);
static void cprng_fast_buf(struct cprng_fast *, void *, unsigned);
cprng_fast_percpu = percpu_create(sizeof(struct cprng_fast),
struct cprng_fast *const cprng = p;
size_t cprng_fast(void *, size_t);
cprng_fast(ivbuf, sizeof(ivbuf));
cprng_fast(&mv_s->session_iv, sizeof(mv_s->session_iv));
cprng_fast(ivbuf, ivlen);
cprng_fast(cmd->iv, ivlen);
cprng_fast(&data, sizeof(data));
cprng_fast(&rss_key, sizeof(rss_key));
cprng_fast(&rss_key, sizeof(rss_key));
cprng_fast(qsc->qsc_iv_buf, ivlen);
cprng_fast(key.ses_iv, ivlen);
cprng_fast(guard, sizeof(guard));
cprng_fast(uuid, sizeof(*uuid));
cprng_fast(&enaddr[3], 3);
cprng_fast(&enaddr[3], 3);
cprng_fast(ifv->ifv_lladdr, sizeof(ifv->ifv_lladdr));
cprng_fast(wgmc->wgmc_salt, sizeof(wgmc->wgmc_salt));
cprng_fast(sc->sc_lladdr_rand, sizeof(sc->sc_lladdr_rand));
cprng_fast(p, n);
cprng_fast(secret_f, sizeof(secret_f));
cprng_fast(nonce, ND_OPT_NONCE_LEN);
cprng_fast(p, l);
(void)cprng_fast(tail, padlen);
cprng_fast(iv, EALG_MAX_BLOCK_LEN);
cprng_fast(iv, ivlen);
cprng_fast(&ctx->ivgenctx.lastiv, sizeof(ctx->ivgenctx.lastiv));
cprng_fast(&ctx->ivgenctx.lastiv, sizeof(ctx->ivgenctx.lastiv));