| /linux/arch/arm64/include/asm/ |
| H A D | pointer_auth.h | 60 get_random_bytes(&keys->apia, sizeof(keys->apia)); in ptrauth_keys_init_kernel() 89 get_random_bytes(&keys->apia, sizeof(keys->apia)); in ptrauth_keys_init_user() 90 get_random_bytes(&keys->apib, sizeof(keys->apib)); in ptrauth_keys_init_user() 91 get_random_bytes(&keys->apda, sizeof(keys->apda)); in ptrauth_keys_init_user() 92 get_random_bytes(&keys->apdb, sizeof(keys->apdb)); in ptrauth_keys_init_user() 96 get_random_bytes(&keys->apga, sizeof(keys->apga)); in ptrauth_keys_init_user()
|
| /linux/arch/arm64/kernel/ |
| H A D | pointer_auth.c | 37 get_random_bytes(&keys->apia, sizeof(keys->apia)); in ptrauth_prctl_reset_keys() 39 get_random_bytes(&keys->apib, sizeof(keys->apib)); in ptrauth_prctl_reset_keys() 41 get_random_bytes(&keys->apda, sizeof(keys->apda)); in ptrauth_prctl_reset_keys() 43 get_random_bytes(&keys->apdb, sizeof(keys->apdb)); in ptrauth_prctl_reset_keys() 45 get_random_bytes(&keys->apga, sizeof(keys->apga)); in ptrauth_prctl_reset_keys()
|
| /linux/sound/soc/codecs/ |
| H A D | cs-amp-lib-test.c | 89 get_random_bytes(priv->cal_blob->data, flex_array_size(priv->cal_blob, data, num_amps)); in cs_amp_lib_test_init_dummy_cal_blob() 734 get_random_bytes(&data, sizeof(data)); in cs_amp_lib_test_write_cal_data_test() 896 get_random_bytes(&data, sizeof(data)); in cs_amp_lib_test_create_new_cal_efi() 909 get_random_bytes(&data, sizeof(data)); in cs_amp_lib_test_create_new_cal_efi() 919 get_random_bytes(&data, sizeof(data)); in cs_amp_lib_test_create_new_cal_efi() 930 get_random_bytes(&data, sizeof(data)); in cs_amp_lib_test_create_new_cal_efi() 957 get_random_bytes(&data, sizeof(data)); in cs_amp_lib_test_create_new_cal_efi_indexed() 970 get_random_bytes(&data, sizeof(data)); in cs_amp_lib_test_create_new_cal_efi_indexed() 983 get_random_bytes(&data, sizeof(data)); in cs_amp_lib_test_create_new_cal_efi_indexed() 1011 get_random_bytes(&data, sizeof(data)); in cs_amp_lib_test_create_new_cal_efi_indexed_no_max() [all …]
|
| /linux/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_test_bin.c | 125 get_random_bytes(&payload_data, sizeof(payload_data)); in bin_patch_one_word() 173 get_random_bytes(&payload_data, sizeof(payload_data)); in bin_patch_one_multiword() 222 get_random_bytes(&payload_data, sizeof(payload_data)); in bin_patch_multi_oneword() 279 get_random_bytes(&payload_data, sizeof(payload_data)); in bin_patch_multi_oneword_unordered() 341 get_random_bytes(&payload_data, sizeof(payload_data)); in bin_patch_multi_oneword_sparse_unordered() 398 get_random_bytes(&payload_data, sizeof(payload_data)); in bin_patch_one_word_multiple_mems() 499 get_random_bytes(&payload_data, sizeof(payload_data)); in bin_patch_one_word_multiple_algs() 561 get_random_bytes(&payload_data, sizeof(payload_data)); in bin_patch_one_word_multiple_algs_unordered() 620 get_random_bytes(packed_payload, sizeof(packed_payload)); in bin_patch_1_packed() 678 get_random_bytes(packed_payload, sizeof(packed_payload)); in bin_patch_1_packed_1_single_trailing() [all …]
|
| H A D | cs_dsp_test_control_cache.c | 222 get_random_bytes(reg_vals, param->len_bytes); in cs_dsp_ctl_cache_init() 297 get_random_bytes(readback, param->len_bytes); in cs_dsp_ctl_cache_init_write_only() 357 get_random_bytes(reg_vals[i], def.length_bytes); in cs_dsp_ctl_cache_init_multiple_fw_same_controls() 466 get_random_bytes(reg_vals[i], def.length_bytes); in cs_dsp_ctl_cache_init_multiple_fwalgid_same_controls() 545 get_random_bytes(reg_vals[i], def.length_bytes); in cs_dsp_ctl_cache_init_multiple_mems() 667 get_random_bytes(reg_vals[i], def.length_bytes); in cs_dsp_ctl_cache_init_multiple_algs() 768 get_random_bytes(reg_vals[i], def.length_bytes); in cs_dsp_ctl_cache_init_multiple_offsets() 884 get_random_bytes(reg_vals, param->len_bytes); in cs_dsp_ctl_cache_read_not_started() 945 get_random_bytes(reg_vals, param->len_bytes); in cs_dsp_ctl_cache_read_stopped() 1011 get_random_bytes(reg_vals, param->len_bytes); in cs_dsp_ctl_cache_read_powered_down() [all …]
|
| /linux/lib/ |
| H A D | uuid.c | 35 get_random_bytes(uuid, 16); in generate_random_uuid() 45 get_random_bytes(guid, 16); in generate_random_guid() 55 get_random_bytes(b, 16); in __uuid_gen_common()
|
| H A D | find_bit_benchmark.c | 155 get_random_bytes(bitmap, sizeof(bitmap)); in find_bit_test() 156 get_random_bytes(bitmap2, sizeof(bitmap2)); in find_bit_test()
|
| /linux/drivers/net/netdevsim/ |
| H A D | psample.c | 74 get_random_bytes(&udph->source, sizeof(u16)); in nsim_dev_psample_skb_build() 75 get_random_bytes(&udph->dest, sizeof(u16)); in nsim_dev_psample_skb_build() 97 get_random_bytes(&out_tc_occ, sizeof(u64)); in nsim_dev_psample_md_prepare() 105 get_random_bytes(&latency, sizeof(u64)); in nsim_dev_psample_md_prepare()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_heartbeat_inject.c | 55 get_random_bytes(&rand, sizeof(rand)); in adf_heartbeat_inject_error() 59 get_random_bytes(&rand, sizeof(rand)); in adf_heartbeat_inject_error()
|
| /linux/Documentation/security/ |
| H A D | siphash.rst | 22 random numbers, either using get_random_bytes or get_random_once:: 25 get_random_bytes(&key, sizeof(key)); 61 get_random_bytes(&table->key, sizeof(table->key)); 145 random numbers, either using get_random_bytes or get_random_once:: 148 get_random_bytes(&key, sizeof(key)); 183 get_random_bytes(&table->key, sizeof(table->key));
|
| /linux/include/linux/ |
| H A D | random.h | 39 void get_random_bytes(void *buf, size_t len); 129 get_random_bytes(buf, nbytes); in get_random_bytes_wait()
|
| /linux/sound/drivers/ |
| H A D | pcmtest.c | 293 get_random_bytes(runtime->dma_area + buf_pos_n(v_iter, channels, i), in fill_block_rand_n() 297 get_random_bytes(runtime->dma_area + buf_pos_n(v_iter, channels, i), in fill_block_rand_n() 299 get_random_bytes(runtime->dma_area + v_iter->chan_block * i, in fill_block_rand_n() 311 get_random_bytes(&runtime->dma_area[v_iter->buf_pos], v_iter->b_rw); in fill_block_rand_i() 313 get_random_bytes(&runtime->dma_area[v_iter->buf_pos], in_cur_block); in fill_block_rand_i() 314 get_random_bytes(runtime->dma_area, v_iter->b_rw - in_cur_block); in fill_block_rand_i()
|
| /linux/Documentation/crypto/ |
| H A D | api-samples.rst | 39 get_random_bytes(key, sizeof(key)); 59 get_random_bytes(data, datasize); 62 get_random_bytes(iv, sizeof(iv));
|
| /linux/arch/loongarch/include/asm/ |
| H A D | stackprotector.h | 31 get_random_bytes(&canary, sizeof(canary)); in boot_init_stack_canary()
|
| /linux/include/net/ |
| H A D | tipc.h | 58 get_random_bytes(&key, sizeof(key)); in tipc_hdr_rps_key()
|
| /linux/tools/testing/kunit/test_data/ |
| H A D | test_kernel_panic_interrupt.log | 2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
| H A D | test_config_printk_time.log | 2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
| H A D | test_pound_sign.log | 2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
| H A D | test_output_with_prefix_isolated_correctly.log | 2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
| H A D | test_pound_no_prefix.log | 2 random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
| H A D | test_multiple_prefixes.log | 2 [ 0.060000][ T1] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
| H A D | test_interrupted_tap_output.log | 2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_dcp.c | 215 get_random_bytes(b->nonce, AES_KEYSIZE_128); in trusted_dcp_seal() 216 get_random_bytes(plain_blob_key, AES_KEYSIZE_128); in trusted_dcp_seal()
|
| /linux/net/ieee802154/ |
| H A D | pan.c | 75 get_random_bytes(&addr, 2); in cfg802154_get_free_short_addr()
|
| /linux/drivers/net/wireguard/ |
| H A D | cookie.c | 24 get_random_bytes(checker->secret, NOISE_HASH_LEN); in wg_cookie_checker_init() 100 get_random_bytes(checker->secret, NOISE_HASH_LEN); in make_cookie()
|