Searched refs:seeds (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/lib/ |
H A D | random32.c | 116 u32 seeds[4]; in prandom_seed_full_state() local 118 get_random_bytes(&seeds, sizeof(seeds)); in prandom_seed_full_state() 119 state->s1 = __seed(seeds[0], 2U); in prandom_seed_full_state() 120 state->s2 = __seed(seeds[1], 8U); in prandom_seed_full_state() 121 state->s3 = __seed(seeds[2], 16U); in prandom_seed_full_state() 122 state->s4 = __seed(seeds[3], 128U); in prandom_seed_full_state()
|
/openbmc/linux/tools/testing/radix-tree/ |
H A D | iteration_check.c | 16 static unsigned int seeds[3]; variable 81 if (rand_r(&seeds[0]) % 50 == 0) { in tagged_iteration_fn() 114 if (rand_r(&seeds[1]) % 50 == 0) { in untagged_iteration_fn() 141 pgoff = rand_r(&seeds[2]) % MAX_IDX; in remove_entries_fn() 176 seeds[i] = rand(); in iteration_test()
|
/openbmc/linux/Documentation/virt/kvm/s390/ |
H A D | s390-pv-dump.rst | 33 This step initializes the dump process, generates cryptographic seeds
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 686 const u16 *seeds = sunxi_nfc_randomizer_page_seeds; in sunxi_nfc_randomizer_state() local 694 seeds = sunxi_nfc_randomizer_ecc512_seeds; in sunxi_nfc_randomizer_state() 696 seeds = sunxi_nfc_randomizer_ecc1024_seeds; in sunxi_nfc_randomizer_state() 699 return seeds[page % mod]; in sunxi_nfc_randomizer_state()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 606 const u16 *seeds = sunxi_nfc_randomizer_page_seeds; in sunxi_nfc_randomizer_state() local 614 seeds = sunxi_nfc_randomizer_ecc512_seeds; in sunxi_nfc_randomizer_state() 616 seeds = sunxi_nfc_randomizer_ecc1024_seeds; in sunxi_nfc_randomizer_state() 619 return seeds[page % mod]; in sunxi_nfc_randomizer_state()
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
H A D | ethernet-driver.rst | 125 interface has a privately owned buffer pool which it seeds with kernel allocated
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | CAL-1.0-Combined-Work-Exception | 116 cryptographic seeds or keys, and any information reasonably necessary 191 cryptographic keys, seeds, hashes, by any other technological
|
H A D | CAL-1.0 | 116 cryptographic seeds or keys, and any information reasonably necessary 191 cryptographic keys, seeds, hashes, by any other technological
|
/openbmc/qemu/docs/system/arm/ |
H A D | virt.rst | 175 Set ``on``/``off`` to pass random seeds via the guest DTB
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/ |
H A D | dpaa.rst | 139 in the dedicated interface buffer pool. The driver initializes and seeds these
|
/openbmc/openbmc/poky/documentation/overview-manual/ |
H A D | concepts.rst | 252 directory sets up the :term:`Build Directory` and seeds the directory (if
|