| /xnu-11215.1.10/bsd/sys/ |
| H A D | random.h | 48 void read_frandom(void* buffer, u_int numBytes);
|
| /xnu-11215.1.10/bsd/skywalk/core/ |
| H A D | skywalk.c | 457 read_frandom(&sz, sizeof(sz)); in skywalk_init() 467 read_frandom(&sz, sizeof(sz)); in skywalk_init() 1337 read_frandom(byte_m, SK_MEMCMP_LEN); in skywalk_memcmp_mask_self_tests() 1364 read_frandom(byte_m, SK_MEMCMP_LEN); in skywalk_memcmp_mask_self_tests() 1373 read_frandom(hdr1, SK_MEMCMP_LEN); in skywalk_memcmp_mask_self_tests() 1383 read_frandom(&newval, sizeof(newval)); in skywalk_memcmp_mask_self_tests() 1495 read_frandom(s1, SK_COPY_LEN); in skywalk_self_tests()
|
| /xnu-11215.1.10/bsd/net/pktsched/ |
| H A D | pktsched_netem.c | 669 read_frandom(&rand, sizeof(rand)); in norm_dist() 922 read_frandom(&rand, sizeof(rand)); in corruption_event() 941 read_frandom(&rand, sizeof(rand)); in duplication_event() 954 read_frandom(&rand, sizeof(rand)); in reordering_event() 1011 read_frandom(&rand, sizeof(rand)); in loss_event()
|
| H A D | pktsched.c | 327 read_frandom(&rand32, sizeof(rand32)); in pktsched_corrupt_packet()
|
| /xnu-11215.1.10/osfmk/prng/ |
| H A D | prng_random.c | 381 read_frandom(void * buffer, u_int numBytes) in read_frandom() function 494 read_frandom(bg->seed, sizeof(bg->seed)); in random_bool_init()
|
| /xnu-11215.1.10/libkern/uuid/ |
| H A D | uuid.c | 103 read_frandom(out, sizeof(uuid_t)); in uuid_generate_early_random()
|
| /xnu-11215.1.10/bsd/skywalk/namespace/ |
| H A D | flowidns.c | 162 read_frandom(&flowid, sizeof(flowid)); in flowidns_allocate_flowid()
|
| H A D | netns.c | 307 read_frandom(&rand_port, sizeof(rand_port)); in netns_ns_alloc() 1324 read_frandom(&rand_port, sizeof(rand_port)); in netns_reserve_ephemeral()
|
| /xnu-11215.1.10/bsd/net/classq/ |
| H A D | classq.c | 455 read_frandom(&rnd, sizeof(rnd)); in _getq_random_mbuf()
|
| /xnu-11215.1.10/bsd/skywalk/mem/ |
| H A D | skmem_slab.c | 233 read_frandom(&boff, sizeof(boff)); in skmem_slab_alloc_locked()
|
| H A D | skmem_region.c | 375 read_frandom(&sm, sizeof(sm)); in skmem_region_init()
|
| /xnu-11215.1.10/bsd/netinet6/ |
| H A D | in6_src.c | 1721 read_frandom(&rand_port, sizeof(rand_port)); in in6_pcbsetport() 1729 read_frandom(&rand_port, sizeof(rand_port)); in in6_pcbsetport()
|
| H A D | nd6.c | 1821 read_frandom(&buf, sizeof(buf)); in nd6_timeout()
|
| /xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_track.c | 989 read_frandom(&qssr->ssr_header, sizeof(qssr->ssr_header)); in flow_track_abort_quic()
|
| /xnu-11215.1.10/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_netagent.c | 86 read_frandom(&buf[1], 5); in get_ipv6_ula()
|
| /xnu-11215.1.10/bsd/skywalk/packet/ |
| H A D | packet_copy.c | 2019 read_frandom(&tb[0], sizeof(tb)); in pkt_add_trailers() 2050 read_frandom(&tb[0], sizeof(tb)); in pkt_add_trailers_mbuf()
|
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | tcp_subr.c | 500 read_frandom(key, sizeof(key)); in tcp_tfo_init() 537 read_frandom(&tcp_now, sizeof(tcp_now)); in tcp_init() 654 read_frandom(&isn_secret, sizeof(isn_secret)); in tcp_init() 1203 read_frandom(&random_32, sizeof(random_32)); in tcp_newtcpcb()
|
| H A D | in_pcb.c | 1207 read_frandom(&rand_port, sizeof(rand_port)); in in_pcbbind() 1269 read_frandom(&rand_port, sizeof(rand_port)); in in_pcbbind()
|
| H A D | ip_dummynet.c | 244 read_frandom(&val, sizeof(val)); in my_random()
|
| H A D | mptcp_subr.c | 5333 read_frandom(&mp_tp->mpt_localkey, sizeof(mp_tp->mpt_localkey)); in mptcp_init_local_parms()
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | vsock_domain.c | 189 read_frandom(&random, sizeof(random)); in vsock_bind_address()
|
| /xnu-11215.1.10/bsd/net/ |
| H A D | if_bridge.c | 1594 read_frandom(&sc->sc_defaddr, ETHER_ADDR_LEN); in bridge_clone_create()
|
| H A D | dlil.c | 2048 read_frandom(&tag, sizeof(tag)); in dlil_create_input_thread()
|
| H A D | pf.c | 4500 read_frandom(pf_tcp_secret, sizeof(pf_tcp_secret)); in pf_tcp_iss()
|