/Linux-v5.10/arch/arm64/include/asm/ |
D | pointer_auth.h | 40 get_random_bytes(&keys->apia, sizeof(keys->apia)); in ptrauth_keys_init_user() 41 get_random_bytes(&keys->apib, sizeof(keys->apib)); in ptrauth_keys_init_user() 42 get_random_bytes(&keys->apda, sizeof(keys->apda)); in ptrauth_keys_init_user() 43 get_random_bytes(&keys->apdb, sizeof(keys->apdb)); in ptrauth_keys_init_user() 47 get_random_bytes(&keys->apga, sizeof(keys->apga)); in ptrauth_keys_init_user() 60 get_random_bytes(&keys->apia, sizeof(keys->apia)); in ptrauth_keys_init_kernel()
|
D | stackprotector.h | 34 get_random_bytes(&canary, sizeof(canary)); in boot_init_stack_canary()
|
/Linux-v5.10/arch/arm64/kernel/ |
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-v5.10/lib/ |
D | test_vmalloc.c | 88 get_random_bytes(&rnd, sizeof(rnd)); in random_size_align_alloc_test() 159 get_random_bytes(&n, sizeof(i)); in random_size_alloc_test() 303 get_random_bytes(&r, sizeof(i)); in pcpu_alloc_test() 309 get_random_bytes(&r, sizeof(i)); in pcpu_alloc_test() 446 get_random_bytes(&rnd, sizeof(rnd)); in shuffle_array()
|
D | uuid.c | 35 get_random_bytes(uuid, 16); in generate_random_uuid() 45 get_random_bytes(guid, 16); in generate_random_guid()
|
D | find_bit_benchmark.c | 120 get_random_bytes(bitmap, sizeof(bitmap)); in find_bit_test() 121 get_random_bytes(bitmap2, sizeof(bitmap2)); in find_bit_test()
|
/Linux-v5.10/include/linux/ |
D | random.h | 40 extern void get_random_bytes(void *buf, int nbytes); 93 get_random_bytes(buf, nbytes); in get_random_bytes_wait()
|
D | once.h | 56 DO_ONCE(get_random_bytes, (buf), (nbytes))
|
/Linux-v5.10/Documentation/security/ |
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)); 135 random numbers, either using get_random_bytes or get_random_once: 138 get_random_bytes(&key, sizeof(key)); 173 get_random_bytes(&table->key, sizeof(table->key));
|
/Linux-v5.10/arch/xtensa/include/asm/ |
D | stackprotector.h | 33 get_random_bytes(&canary, sizeof(canary)); in boot_init_stack_canary()
|
/Linux-v5.10/arch/mips/include/asm/ |
D | stackprotector.h | 34 get_random_bytes(&canary, sizeof(canary)); in boot_init_stack_canary()
|
/Linux-v5.10/arch/csky/include/asm/ |
D | stackprotector.h | 21 get_random_bytes(&canary, sizeof(canary)); in boot_init_stack_canary()
|
/Linux-v5.10/arch/sh/include/asm/ |
D | stackprotector.h | 21 get_random_bytes(&canary, sizeof(canary)); in boot_init_stack_canary()
|
/Linux-v5.10/arch/riscv/include/asm/ |
D | stackprotector.h | 22 get_random_bytes(&canary, sizeof(canary)); in boot_init_stack_canary()
|
/Linux-v5.10/arch/arm/include/asm/ |
D | stackprotector.h | 36 get_random_bytes(&canary, sizeof(canary)); in boot_init_stack_canary()
|
/Linux-v5.10/include/net/ |
D | tipc.h | 58 get_random_bytes(&key, sizeof(key)); in tipc_hdr_rps_key()
|
/Linux-v5.10/drivers/staging/wlan-ng/ |
D | p80211wep.c | 179 get_random_bytes(iv, 3); in wep_encrypt() 181 get_random_bytes(iv, 3); in wep_encrypt()
|
/Linux-v5.10/Documentation/crypto/ |
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-v5.10/tools/testing/kunit/test_data/ |
D | test_kernel_panic_interrupt.log | 2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
D | test_config_printk_time.log | 2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
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
|
D | test_pound_no_prefix.log | 2 random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
D | test_pound_sign.log | 2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
D | test_multiple_prefixes.log | 2 [ 0.060000][ T1] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
/Linux-v5.10/arch/x86/include/asm/ |
D | stackprotector.h | 80 get_random_bytes(&canary, sizeof(canary)); in boot_init_stack_canary()
|