Home
last modified time | relevance | path

Searched refs:seeds (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/radix-tree/
H A Diteration_check.c16 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()
/linux/Documentation/virt/kvm/s390/
H A Ds390-pv-dump.rst33 This step initializes the dump process, generates cryptographic seeds
/linux/drivers/mtd/nand/raw/
H A Dsunxi_nand.c606 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()
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dethernet-driver.rst125 interface has a privately owned buffer pool which it seeds with kernel allocated
/linux/Documentation/networking/device_drivers/ethernet/freescale/
H A Ddpaa.rst139 in the dedicated interface buffer pool. The driver initializes and seeds these
/linux/Documentation/virt/coco/
H A Dsev-guest.rst190 Key Derivation Service (KDS) and derived from seeds allocated to
/linux/Documentation/security/tpm/
H A Dtpm-security.rst82 and storage seeds, which can be used to derive asymmetric keys.