Home
last modified time | relevance | path

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

12

/xnu-12377.41.6/bsd/sys/
H A Drandom.h48 void read_frandom(void* buffer, u_int numBytes);
/xnu-12377.41.6/bsd/skywalk/core/
H A Dskywalk.c448 read_frandom(&sz, sizeof(sz)); in skywalk_init()
458 read_frandom(&sz, sizeof(sz)); in skywalk_init()
1279 read_frandom(byte_m, SK_MEMCMP_LEN); in skywalk_memcmp_mask_self_tests()
1306 read_frandom(byte_m, SK_MEMCMP_LEN); in skywalk_memcmp_mask_self_tests()
1315 read_frandom(hdr1, SK_MEMCMP_LEN); in skywalk_memcmp_mask_self_tests()
1325 read_frandom(&newval, sizeof(newval)); in skywalk_memcmp_mask_self_tests()
1437 read_frandom(s1, SK_COPY_LEN); in skywalk_self_tests()
/xnu-12377.41.6/bsd/netinet/
H A Dtcp_syncookie.c714 read_frandom(secbits, SYNCOOKIE_SECRET_SIZE); in syncookie_reseed()
724 read_frandom(tcp_syncookie_secret.key[0], SYNCOOKIE_SECRET_SIZE); in tcp_syncookie_init()
725 read_frandom(tcp_syncookie_secret.key[1], SYNCOOKIE_SECRET_SIZE); in tcp_syncookie_init()
H A Din_pcb.c1164 read_frandom(&rand_port, sizeof(rand_port)); in in_pcbbind()
1226 read_frandom(&rand_port, sizeof(rand_port)); in in_pcbbind()
4584 read_frandom(&rand_port, sizeof(rand_port)); in in_pcbsetport()
4592 read_frandom(&rand_port, sizeof(rand_port)); in in_pcbsetport()
H A Dtcp_subr.c586 read_frandom(key, sizeof(key)); in tcp_tfo_init()
750 read_frandom(&isn_secret, sizeof(isn_secret)); in tcp_init()
1399 read_frandom(&random_32, sizeof(random_32)); in tcp_newtcpcb()
H A Dip_dummynet.c293 read_frandom(&val, sizeof(val)); in my_random()
H A Dmptcp_subr.c5356 read_frandom(&mp_tp->mpt_localkey, sizeof(mp_tp->mpt_localkey)); in mptcp_init_local_parms()
/xnu-12377.41.6/bsd/net/pktsched/
H A Dpktsched_netem.c669 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 Dpktsched.c427 read_frandom(&rand32, sizeof(rand32)); in pktsched_corrupt_packet()
/xnu-12377.41.6/osfmk/prng/
H A Dprng_random.c381 read_frandom(void * buffer, u_int numBytes) in read_frandom() function
502 read_frandom(bg->seed, sizeof(bg->seed)); in random_bool_init()
/xnu-12377.41.6/libkern/uuid/
H A Duuid.c103 read_frandom(out, sizeof(uuid_t)); in uuid_generate_early_random()
/xnu-12377.41.6/bsd/skywalk/namespace/
H A Dflowidns.c163 read_frandom(&flowid, sizeof(flowid)); in flowidns_allocate_flowid()
H A Dnetns.c313 read_frandom(&rand_port, sizeof(rand_port)); in netns_ns_alloc()
1331 read_frandom(&rand_port, sizeof(rand_port)); in netns_reserve_ephemeral()
/xnu-12377.41.6/bsd/kern/
H A Dposix_sem.c447 read_frandom(psem_global.psem_siphash_key, sizeof(psem_global.psem_siphash_key)); in psem_cache_init()
448 read_frandom(psem_local.psem_siphash_key, sizeof(psem_local.psem_siphash_key)); in psem_cache_init()
H A Dvsock_domain.c219 read_frandom(&random, sizeof(random)); in vsock_bind_address()
/xnu-12377.41.6/bsd/net/classq/
H A Dclassq.c455 read_frandom(&rnd, sizeof(rnd)); in _getq_random_mbuf()
/xnu-12377.41.6/bsd/skywalk/mem/
H A Dskmem_slab.c242 read_frandom(&boff, sizeof(boff)); in skmem_slab_alloc_locked()
H A Dskmem_region.c377 read_frandom(&sm, sizeof(sm)); in skmem_region_init()
/xnu-12377.41.6/bsd/netinet6/
H A Din6_src.c1724 read_frandom(&rand_port, sizeof(rand_port)); in in6_pcbsetport()
1732 read_frandom(&rand_port, sizeof(rand_port)); in in6_pcbsetport()
H A Dnd6.c1828 read_frandom(&buf, sizeof(buf)); in nd6_timeout()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_track.c994 read_frandom(&qssr->ssr_header, sizeof(qssr->ssr_header)); in flow_track_abort_quic()
/xnu-12377.41.6/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c86 read_frandom(&buf[1], 5); in get_ipv6_ula()
/xnu-12377.41.6/bsd/skywalk/packet/
H A Dpacket_copy.c2086 read_frandom(&tb[0], sizeof(tb)); in pkt_add_trailers()
2117 read_frandom(&tb[0], sizeof(tb)); in pkt_add_trailers_mbuf()
/xnu-12377.41.6/bsd/net/
H A Ddlil_input.c204 read_frandom(&tag, sizeof(tag)); in dlil_create_input_thread()
H A Dif_bridge.c1721 read_frandom(&sc->sc_defaddr, ETHER_ADDR_LEN); in bridge_clone_create()

12