| /xnu-12377.41.6/libkern/uuid/ |
| H A D | uuid.c | 54 read_random(node, 6); in read_node() 96 read_random(out, sizeof(uuid_t)); in uuid_generate_random() 113 read_random(&out[8], 2); in uuid_generate_time()
|
| /xnu-12377.41.6/bsd/dev/random/ |
| H A D | randomdev.c | 217 read_random(buffer, (u_int)bytesToRead); in random_read() 237 read_random(&buf, sizeof(buf)); in RandomULong() 257 read_random(buffer, (u_int)user_size); in getentropy()
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | ip_id.c | 83 read_random(&new_id, sizeof(new_id)); in ip_randomid()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | random.h | 47 void read_random(void* buffer, u_int numBytes);
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | ip6_id.c | 130 read_random(&new_id, sizeof(new_id)); in ip6_randomid()
|
| /xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow.c | 63 read_random(&flow_seed, sizeof(flow_seed)); in flow_init()
|
| /xnu-12377.41.6/osfmk/tests/ |
| H A D | vfp_state_test.c | 179 read_random(&vfp_state_test_args[i].vfp_reg_rand, sizeof(uint64_t)); in vfp_state_test()
|
| H A D | pmap_tests.c | 45 extern void read_random(void* buffer, u_int numBytes); 349 read_random(&rand, sizeof(rand)); in test_pmap_nesting() 650 read_random(&rand, sizeof(rand)); in hugepv_fast_fault_thread()
|
| H A D | kernel_tests.c | 540 read_random(&numbers[i], sizeof(numbers[i])); in RandomULong_test() 1708 read_random(&rand, sizeof(rand)); in thread_mtx_work() 1733 read_random(&rand, sizeof(rand)); in thread_mtx_work() 1818 read_random(&rand, sizeof(rand)); in thread_rw_work() 3268 read_random(buf, buf_size); in ts_kernel_timingsafe_bcmp_test()
|
| /xnu-12377.41.6/tests/unit/mocks/ |
| H A D | mock_misc.c | 96 read_random, (void * buffer, unsigned int numbytes))
|
| /xnu-12377.41.6/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kpipe_loopback.c | 82 read_random(&kplo_nx_ctx, sizeof(kplo_nx_ctx)); in kplo_dom_init() 83 read_random(&kplo_seed, sizeof(kplo_seed)); in kplo_dom_init() 371 read_random(&rdlen, sizeof(rdlen)); in kplo_sync_tx()
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | epoch_sync.c | 601 extern void read_random(void* buffer, u_int numBytes); in random_delay() 603 read_random(&random, sizeof(random)); in random_delay()
|
| H A D | kalloc.c | 3667 read_random((void *)&random[0], sizeof(random)); in kalloc_type_test_policy()
|
| /xnu-12377.41.6/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable_test.c | 171 read_random(&cht_objs[i].co_hash, sizeof(cht_objs[i].co_hash)); in cht_obj_init() 525 read_random(rands, sizeof(uint32_t) * DUO_ITERATIONS); in cht_concurrent_duo()
|
| /xnu-12377.41.6/osfmk/prng/ |
| H A D | prng_random.c | 421 read_random(void * buffer, u_int numbytes) in read_random() function
|
| /xnu-12377.41.6/bsd/dev/arm/ |
| H A D | unix_signal.c | 331 read_random(&ut->uu_sigreturn_token, sizeof(ut->uu_sigreturn_token)); in sendsig() 334 read_random(&ut->uu_sigreturn_diversifier, sizeof(ut->uu_sigreturn_diversifier)); in sendsig()
|
| /xnu-12377.41.6/osfmk/arm/commpage/ |
| H A D | commpage.c | 207 read_random(&randidx, sizeof(uint8_t)); in commpage_populate()
|
| /xnu-12377.41.6/osfmk/i386/commpage/ |
| H A D | commpage.c | 634 read_random(&randidx, sizeof(uint8_t)); in commpage_populate()
|
| /xnu-12377.41.6/bsd/dev/i386/ |
| H A D | unix_signal.c | 225 read_random(&ut->uu_sigreturn_token, sizeof(ut->uu_sigreturn_token)); in sendsig()
|
| /xnu-12377.41.6/osfmk/vm/ |
| H A D | vm_shared_region_pager.c | 171 read_random(&key, sizeof key); in generate_jop_key()
|
| /xnu-12377.41.6/bsd/skywalk/core/ |
| H A D | skywalk.c | 681 read_random(&__u._u16[0], sizeof(uint16_t)); in sk_gen_guard_id()
|
| /xnu-12377.41.6/bsd/nfs/gss/ |
| H A D | gss_krb5_mech.c | 1378 read_random(confounder, (u_int)ccmode->block_size); in krb5_cfx_crypt_mbuf() 2092 read_random(confounder, (u_int)ccmode->block_size); in gss_krb5_3des_wrap_mbuf()
|
| /xnu-12377.41.6/osfmk/arm64/ |
| H A D | status.c | 739 read_random(&userland_diversifier, sizeof(userland_diversifier)); in machine_thread_state_convert_to_user()
|
| /xnu-12377.41.6/bsd/skywalk/channel/ |
| H A D | channel.c | 190 read_random(&__ch_umd_redzone_cookie, in ch_redzone_init()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_exec.c | 6781 read_random(&exe_boothash_salt, sizeof(exe_boothash_salt)); in exe_boothash_salt_generate() 6824 read_random(entropy, sizeof(entropy[0]) * values); in exec_add_entropy_key()
|