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

  /src/sys/external/isc/libsodium/include/
randombytes.h 9 cprng_strong(kern_cprng, buf, size, 0);
  /src/sys/external/bsd/drm2/include/linux/
random.h 42 cprng_strong(kern_cprng, &v, sizeof v, 0);
52 cprng_strong(kern_cprng, &v, sizeof v, 0);
62 cprng_strong(kern_cprng, &v, sizeof v, 0);
  /src/sys/sys/
cprng.h 46 typedef struct cprng_strong cprng_strong_t;
63 size_t cprng_strong(cprng_strong_t *, void *, size_t, int);
  /src/sys/kern/
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...]
sys_getrandom.c 76 * seeded or if INSECURE, just draw from per-CPU cprng_strong.
82 cprng_strong(user_cprng, buf, uio->uio_resid, 0);
subr_thmap.c 1033 cprng_strong(kern_cprng, thmap->seed, sizeof thmap->seed, 0);
kern_sysctl.c 2841 cprng_strong(kern_cprng, address_key, sizeof(address_key), 0);
  /src/sys/arch/aarch64/aarch64/
exec_machdep.c 116 cprng_strong(kern_cprng, l->l_md.md_ia_user,
118 cprng_strong(kern_cprng, l->l_md.md_ib_user,
120 cprng_strong(kern_cprng, l->l_md.md_da_user,
122 cprng_strong(kern_cprng, l->l_md.md_db_user,
124 cprng_strong(kern_cprng, l->l_md.md_ga_user,
  /src/sys/dist/pf/netinet/
tcp_rndiss.c 107 cprng_strong(kern_cprng, tcp_rndiss_sbox, sizeof(tcp_rndiss_sbox), 0);
  /src/sys/crypto/cprng_fast/
cprng_fast.c 91 cprng_strong(kern_cprng, seed, sizeof seed, 0);
142 cprng_strong(kern_cprng, seed, sizeof(seed), 0);
  /src/sys/dev/iscsi/
iscsi_text.c 1492 cprng_strong(kern_cprng,
  /src/sys/uvm/
uvm_swap.c 2101 cprng_strong(kern_cprng, key, sizeof key, 0);
  /src/sys/netinet/
tcp_subr.c 2002 cprng_strong(kern_cprng,
  /src/share/man/man9/
Makefile 103 MLINKS+=cprng.9 cprng_strong.9 \
  /src/sys/net/
if_wg.c 1085 cprng_strong(kern_cprng, privkey, WG_EPHEMERAL_KEY_LEN, 0);
2458 cprng_strong(kern_cprng, wgp->wgp_cookiesecret,
if_spppsubr.c 4956 cprng_strong(kern_cprng, ch, clen, 0);

Completed in 28 milliseconds