| /xnu-8796.141.3/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-8796.141.3/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-8796.141.3/bsd/netinet/ |
| H A D | ip_id.c | 83 read_random(&new_id, sizeof(new_id)); in ip_randomid()
|
| /xnu-8796.141.3/bsd/sys/ |
| H A D | random.h | 47 void read_random(void* buffer, u_int numBytes);
|
| /xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow.c | 65 read_random(&flow_seed, sizeof(flow_seed)); in flow_init()
|
| /xnu-8796.141.3/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 | 39 extern void read_random(void* buffer, u_int numBytes); 293 read_random(&rand, sizeof(rand)); in test_pmap_nesting()
|
| H A D | kernel_tests.c | 508 read_random(&numbers[i], sizeof(numbers[i])); in RandomULong_test() 1676 read_random(&rand, sizeof(rand)); in thread_mtx_work() 1701 read_random(&rand, sizeof(rand)); in thread_mtx_work() 1786 read_random(&rand, sizeof(rand)); in thread_rw_work() 3236 read_random(buf, buf_size); in ts_kernel_timingsafe_bcmp_test()
|
| /xnu-8796.141.3/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-8796.141.3/osfmk/prng/ |
| H A D | prng_random.c | 297 read_random(void * buffer, u_int numbytes) in read_random() function
|
| /xnu-8796.141.3/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-8796.141.3/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-8796.141.3/bsd/dev/i386/ |
| H A D | unix_signal.c | 225 read_random(&ut->uu_sigreturn_token, sizeof(ut->uu_sigreturn_token)); in sendsig()
|
| /xnu-8796.141.3/bsd/skywalk/core/ |
| H A D | skywalk.c | 684 read_random(&__u._u16[0], sizeof(uint16_t)); in sk_gen_guard_id()
|
| /xnu-8796.141.3/bsd/nfs/gss/ |
| H A D | gss_krb5_mech.c | 1425 read_random(confounder, (u_int)ccmode->block_size); in krb5_cfx_crypt_mbuf() 2178 read_random(confounder, (u_int)ccmode->block_size); in gss_krb5_3des_wrap_mbuf()
|
| /xnu-8796.141.3/osfmk/arm64/ |
| H A D | status.c | 410 read_random(&userland_diversifier, sizeof(userland_diversifier)); in machine_thread_state_convert_to_user()
|
| /xnu-8796.141.3/bsd/vm/ |
| H A D | vm_unix.c | 2956 read_random(&random_val, sizeof random_val); in shared_region_map_and_slide_2_np() 3714 read_random(&key, sizeof key); in generate_jop_key()
|
| /xnu-8796.141.3/bsd/skywalk/channel/ |
| H A D | channel.c | 189 read_random(&__ch_umd_redzone_cookie, in ch_redzone_init()
|
| /xnu-8796.141.3/bsd/kern/ |
| H A D | uipc_mbuf.c | 1641 read_random(&mb_redzone_cookie, sizeof(mb_redzone_cookie)); in mbinit() 1642 read_random(&mb_obscure_extref, sizeof(mb_obscure_extref)); in mbinit() 1643 read_random(&mb_obscure_extfree, sizeof(mb_obscure_extfree)); in mbinit()
|
| H A D | kern_exec.c | 5853 read_random(entropy, sizeof(entropy[0]) * values); in exec_add_entropy_key()
|
| /xnu-8796.141.3/osfmk/kern/ |
| H A D | kalloc.c | 3400 read_random((void *)&random[0], sizeof(random)); in kalloc_type_test_policy()
|
| /xnu-8796.141.3/bsd/netkey/ |
| H A D | key.c | 6443 n = (size_t)read_random(p, (u_int)l); in key_randomfill()
|
| /xnu-8796.141.3/bsd/dev/dtrace/ |
| H A D | dtrace.c | 14183 (void) read_random(state->dts_rstate[0], 2 * sizeof(uint64_t)); in dtrace_state_create()
|