Home
last modified time | relevance | path

Searched refs:read_frandom (Results 1 – 22 of 22) sorted by relevance

/xnu-8020.140.41/bsd/sys/
H A Drandom.h48 void read_frandom(void* buffer, u_int numBytes);
/xnu-8020.140.41/bsd/skywalk/core/
H A Dskywalk.c443 read_frandom(&sz, sizeof(sz)); in skywalk_init()
453 read_frandom(&sz, sizeof(sz)); in skywalk_init()
1316 read_frandom(byte_m, SK_MEMCMP_LEN); in skywalk_memcmp_mask_self_tests()
1343 read_frandom(byte_m, SK_MEMCMP_LEN); in skywalk_memcmp_mask_self_tests()
1352 read_frandom(hdr1, SK_MEMCMP_LEN); in skywalk_memcmp_mask_self_tests()
1362 read_frandom(&newval, sizeof(newval)); in skywalk_memcmp_mask_self_tests()
1472 read_frandom(s1, SK_COPY_LEN); in skywalk_self_tests()
/xnu-8020.140.41/osfmk/prng/
H A Dprng_random.c258 read_frandom(void * buffer, u_int numBytes) in read_frandom() function
370 read_frandom(bg->seed, sizeof(bg->seed)); in random_bool_init()
/xnu-8020.140.41/bsd/net/pktsched/
H A Dpktsched_netem.c851 read_frandom(&rand, sizeof(rand)); in corruption_event()
870 read_frandom(&rand, sizeof(rand)); in duplication_event()
886 read_frandom(&rand, sizeof(rand)); in latency_event()
931 read_frandom(&rand, sizeof(rand)); in loss_event()
989 read_frandom(&rand, sizeof(rand)); in reordering_event()
H A Dpktsched.c320 read_frandom(&rand32, sizeof(rand32)); in pktsched_corrupt_packet()
/xnu-8020.140.41/libkern/uuid/
H A Duuid.c103 read_frandom(out, sizeof(uuid_t)); in uuid_generate_early_random()
/xnu-8020.140.41/bsd/net/classq/
H A Dclassq.c455 read_frandom(&rnd, sizeof(rnd)); in _getq_random_mbuf()
/xnu-8020.140.41/bsd/skywalk/namespace/
H A Dnetns.c304 read_frandom(&rand_port, sizeof(rand_port)); in netns_ns_alloc()
1350 read_frandom(&rand_port, sizeof(rand_port)); in netns_reserve_ephemeral()
/xnu-8020.140.41/bsd/netinet6/
H A Din6_src.c1626 read_frandom(&rand_port, sizeof(rand_port)); in in6_pcbsetport()
1634 read_frandom(&rand_port, sizeof(rand_port)); in in6_pcbsetport()
H A Dnd6.c1800 read_frandom(&buf, sizeof(buf)); in nd6_timeout()
/xnu-8020.140.41/bsd/skywalk/packet/
H A Dpacket_copy.c1767 read_frandom(&tb[0], sizeof(tb)); in pkt_add_trailers()
1798 read_frandom(&tb[0], sizeof(tb)); in pkt_add_trailers_mbuf()
/xnu-8020.140.41/bsd/netinet/
H A Dtcp_subr.c485 read_frandom(key, sizeof(key)); in tcp_tfo_init()
522 read_frandom(&tcp_now, sizeof(tcp_now)); in tcp_init()
1182 read_frandom(&random_32, sizeof(random_32)); in tcp_newtcpcb()
2774 read_frandom(&isn_secret, sizeof(isn_secret)); in tcp_new_isn()
H A Din_pcb.c1063 read_frandom(&rand_port, sizeof(rand_port)); in in_pcbbind()
1124 read_frandom(&rand_port, sizeof(rand_port)); in in_pcbbind()
H A Dip_dummynet.c240 read_frandom(&val, sizeof(val)); in my_random()
H A Dmptcp_subr.c5480 read_frandom(&mp_tp->mpt_localkey, sizeof(mp_tp->mpt_localkey)); in mptcp_init_local_parms()
/xnu-8020.140.41/bsd/kern/
H A Dvsock_domain.c187 read_frandom(&random, sizeof(random)); in vsock_bind_address()
/xnu-8020.140.41/bsd/skywalk/mem/
H A Dskmem_region.c352 read_frandom(&sm, sizeof(sm)); in skmem_region_init()
H A Dskmem_cache.c1069 read_frandom(&boff, sizeof(boff)); in skmem_slab_alloc_locked()
/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3899 read_frandom(&qssr->ssr_header, sizeof(qssr->ssr_header)); in fsw_flow_abort_quic()
/xnu-8020.140.41/bsd/net/
H A Dif_bridge.c1534 read_frandom(&sc->sc_defaddr, ETHER_ADDR_LEN); in bridge_clone_create()
H A Ddlil.c2186 read_frandom(&tag, sizeof(tag)); in dlil_create_input_thread()
H A Dpf.c4385 read_frandom(pf_tcp_secret, sizeof(pf_tcp_secret)); in pf_tcp_iss()