/Linux-v4.19/arch/powerpc/crypto/ |
D | crc-vpmsum_test.c | 83 get_random_bytes(data, MAX_CRC_LENGTH); in crc_test_init() 84 get_random_bytes(&len, sizeof(len)); in crc_test_init() 85 get_random_bytes(&offset, sizeof(offset)); in crc_test_init()
|
/Linux-v4.19/Documentation/ |
D | siphash.txt | 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-v4.19/include/linux/ |
D | random.h | 37 extern void get_random_bytes(void *buf, int nbytes); 89 get_random_bytes(buf, nbytes); in get_random_bytes_wait()
|
D | once.h | 56 DO_ONCE(get_random_bytes, (buf), (nbytes))
|
D | ieee802154.h | 356 get_random_bytes(addr, IEEE802154_EXTENDED_ADDR_LEN); in ieee802154_random_extended_addr()
|
/Linux-v4.19/lib/ |
D | find_bit_benchmark.c | 129 get_random_bytes(bitmap, sizeof(bitmap)); in find_bit_test() 130 get_random_bytes(bitmap2, sizeof(bitmap2)); in find_bit_test()
|
D | random32.c | 225 get_random_bytes(&entropy, sizeof(entropy)); in __prandom_timer() 249 get_random_bytes(&seeds, sizeof(seeds)); in prandom_seed_full_state()
|
D | uuid.c | 43 get_random_bytes(uuid, 16); in generate_random_uuid()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | stackprotector.h | 34 get_random_bytes(&canary, sizeof(canary)); in boot_init_stack_canary()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | stackprotector.h | 32 get_random_bytes(&canary, sizeof(canary)); in boot_init_stack_canary()
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | stackprotector.h | 33 get_random_bytes(&canary, sizeof(canary)); in boot_init_stack_canary()
|
/Linux-v4.19/arch/sh/include/asm/ |
D | stackprotector.h | 21 get_random_bytes(&canary, sizeof(canary)); in boot_init_stack_canary()
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | stackprotector.h | 32 get_random_bytes(&canary, sizeof(canary)); in boot_init_stack_canary()
|
/Linux-v4.19/Documentation/crypto/ |
D | api-samples.rst | 64 get_random_bytes(&key, 32); 77 get_random_bytes(ivdata, 16); 85 get_random_bytes(scratchpad, 16);
|
/Linux-v4.19/include/net/ |
D | tipc.h | 58 get_random_bytes(&key, sizeof(key)); in tipc_hdr_rps_key()
|
/Linux-v4.19/drivers/staging/wlan-ng/ |
D | p80211wep.c | 235 get_random_bytes(iv, 3); in wep_encrypt() 237 get_random_bytes(iv, 3); in wep_encrypt()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | stackprotector.h | 75 get_random_bytes(&canary, sizeof(canary)); in boot_init_stack_canary()
|
/Linux-v4.19/fs/crypto/ |
D | policy.c | 53 get_random_bytes(ctx.nonce, FS_KEY_DERIVATION_NONCE_SIZE); in create_encryption_context_from_policy() 259 get_random_bytes(ctx.nonce, FS_KEY_DERIVATION_NONCE_SIZE); in fscrypt_inherit_context()
|
/Linux-v4.19/drivers/char/hw_random/ |
D | hisi-rng.c | 44 get_random_bytes(&seed, sizeof(seed)); in hisi_rng_init()
|
/Linux-v4.19/net/tipc/ |
D | core.c | 65 get_random_bytes(&tn->random, sizeof(int)); in tipc_init_net()
|
/Linux-v4.19/net/rxrpc/ |
D | net_ns.c | 53 get_random_bytes(&rxnet->epoch, sizeof(rxnet->epoch)); in rxrpc_init_net()
|
/Linux-v4.19/drivers/uwb/i1480/dfu/ |
D | dfu.c | 105 get_random_bytes(&context, 1); in i1480_cmd()
|
/Linux-v4.19/net/nfc/ |
D | digital_core.c | 295 get_random_bytes(params->nfcid1, sizeof(params->nfcid1)); in digital_tg_listen_mdaa() 300 get_random_bytes(params->nfcid2 + 2, NFC_NFCID2_MAXSIZE - 2); in digital_tg_listen_mdaa() 422 get_random_bytes(&rand_mod, sizeof(rand_mod)); in digital_poll_next_tech()
|
/Linux-v4.19/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
D | hw_atl_utils_fw2x.c | 176 get_random_bytes(&rnd, sizeof(unsigned int)); in aq_fw2x_get_mac_permanent()
|
/Linux-v4.19/kernel/ |
D | kcmp.c | 249 get_random_bytes(cookies, sizeof(cookies)); in kcmp_cookies_init()
|